UNPKG

ocpp-standard-schema

Version:

Contains OCPP JSON schemas for validation purposes

22 lines (21 loc) 409 B
{ "type": "object", "properties": { "status": { "type": "string", "enum": [ "Accepted", "Rejected", "UnknownMessageId", "UnknownVendorId" ] }, "data": { "type": "string" } }, "required": [ "status" ], "additionalProperties": false }