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