UNPKG

@evpower/ocpp-ts

Version:

OCPP 1.6: Open Charge Point Protocol

26 lines (25 loc) 434 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "GetCompositeScheduleRequest", "type": "object", "properties": { "connectorId": { "type": "integer" }, "duration": { "type": "integer" }, "chargingRateUnit": { "type": "string", "enum": [ "A", "W" ] } }, "additionalProperties": false, "required": [ "connectorId", "duration" ] }