Migrate all JSON schemas to draft-06 or higher
[e-mobility-charging-stations-simulator.git] / src / assets / json-schemas / ocpp / 1.6 / GetDiagnostics.json
CommitLineData
e3018bc4 1{
b0342994
JB
2 "$schema": "http://json-schema.org/draft-07/schema",
3 "$id": "urn:OCPP:1.6:2019:12:GetDiagnosticsRequest",
e3018bc4
JB
4 "title": "GetDiagnosticsRequest",
5 "type": "object",
6 "properties": {
7 "location": {
8 "type": "string",
9 "format": "uri"
10 },
11 "retries": {
12 "type": "integer"
13 },
14 "retryInterval": {
15 "type": "integer"
16 },
17 "startTime": {
18 "type": "string",
19 "format": "date-time"
20 },
21 "stopTime": {
22 "type": "string",
23 "format": "date-time"
24 }
25 },
26 "additionalProperties": false,
27 "required": ["location"]
28}