Migrate all JSON schemas to draft-06 or higher
[e-mobility-charging-stations-simulator.git] / src / assets / json-schemas / ocpp / 1.6 / HeartbeatResponse.json
1 {
2 "$schema": "http://json-schema.org/draft-07/schema",
3 "$id": "urn:OCPP:1.6:2019:12:HeartbeatResponse",
4 "title": "HeartbeatResponse",
5 "type": "object",
6 "properties": {
7 "currentTime": {
8 "type": "string",
9 "format": "date-time"
10 }
11 },
12 "additionalProperties": false,
13 "required": ["currentTime"]
14 }