UNPKG

ocpp-messages

Version:

TypeScript definitions for Open Charge Point Protocol (OCPP)

16 lines (15 loc) 332 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "GetConfigurationRequest", "type": "object", "properties": { "key": { "type": "array", "items": { "type": "string", "maxLength": 50 } } }, "additionalProperties": false }