UNPKG

ocpp-standard-schema

Version:

Contains OCPP JSON schemas for validation purposes

20 lines (19 loc) 360 B
{ "title": "ChangeConfigurationRequest", "type": "object", "properties": { "key": { "type": "string", "maxLength": 50 }, "value": { "type": "string", "maxLength": 500 } }, "additionalProperties": false, "required": [ "key", "value" ] }