UNPKG

ocpp-standard-schema

Version:

Contains OCPP JSON schemas for validation purposes

21 lines (20 loc) 372 B
{ "type": "object", "properties": { "vendorId": { "type": "string", "maxLength": 255 }, "messageId": { "type": "string", "maxLength": 50 }, "data": { "type": "string" } }, "required": [ "vendorId" ], "additionalProperties": false }