ocpp-standard-schema
Version:
Contains OCPP JSON schemas for validation purposes
28 lines (27 loc) • 546 B
JSON
{
"type": "object",
"properties": {
"location": {
"type": "string",
"format": "uri"
},
"startTime": {
"type": "string",
"format": "date-time"
},
"stopTime": {
"type": "string",
"format": "date-time"
},
"retries": {
"type": "integer"
},
"retryInterval": {
"type": "integer"
}
},
"required": [
"location"
],
"additionalProperties": false
}