UNPKG

ocpp-standard-schema

Version:

Contains OCPP JSON schemas for validation purposes

26 lines (25 loc) 512 B
{ "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" ] }