UNPKG

@evpower/ocpp-ts

Version:

OCPP 1.6: Open Charge Point Protocol

27 lines (26 loc) 570 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "UpdateFirmwareRequest", "type": "object", "properties": { "location": { "type": "string", "format": "uri" }, "retries": { "type": "number" }, "retrieveDate": { "type": "string", "format": "date-time" }, "retryInterval": { "type": "number" } }, "additionalProperties": false, "required": [ "location", "retrieveDate" ] }