UNPKG

ocpp-standard-schema

Version:

Contains OCPP JSON schemas for validation purposes

29 lines (28 loc) 584 B
{ "title": "GetDiagnosticsRequest", "type": "object", "properties": { "location": { "type": "string", "format": "uri" }, "retries": { "type": "integer" }, "retryInterval": { "type": "integer" }, "startTime": { "type": "string", "format": "date-time" }, "stopTime": { "type": "string", "format": "date-time" } }, "additionalProperties": false, "required": [ "location" ] }