UNPKG

ocpp-standard-schema

Version:

Contains OCPP JSON schemas for validation purposes

20 lines (19 loc) 390 B
{ "title": "ChangeConfigurationResponse", "type": "object", "properties": { "status": { "type": "string", "enum": [ "Accepted", "Rejected", "RebootRequired", "NotSupported" ] } }, "additionalProperties": false, "required": [ "status" ] }