UNPKG

ocpp-standard-schema

Version:

Contains OCPP JSON schemas for validation purposes

19 lines (18 loc) 356 B
{ "title": "UnlockConnectorResponse", "type": "object", "properties": { "status": { "type": "string", "enum": [ "Unlocked", "UnlockFailed", "NotSupported" ] } }, "additionalProperties": false, "required": [ "status" ] }