3135c85b4b73f36217c91e5dfe5ab0da1ef1ffb1
[e-mobility-charging-stations-simulator.git] / src / assets / json-schemas / ocpp / 1.6 / Reset.json
1 {
2 "$schema": "http://json-schema.org/draft-07/schema",
3 "$id": "urn:OCPP:1.6:2019:12:ResetRequest",
4 "title": "ResetRequest",
5 "type": "object",
6 "properties": {
7 "type": {
8 "type": "string",
9 "additionalProperties": false,
10 "enum": ["Hard", "Soft"]
11 }
12 },
13 "additionalProperties": false,
14 "required": ["type"]
15 }