Migrate all JSON schemas to draft-06 or higher
[e-mobility-charging-stations-simulator.git] / src / assets / json-schemas / ocpp / 1.6 / GetConfiguration.json
CommitLineData
e3018bc4 1{
b0342994
JB
2 "$schema": "http://json-schema.org/draft-07/schema",
3 "$id": "urn:OCPP:1.6:2019:12:GetConfigurationRequest",
e3018bc4
JB
4 "title": "GetConfigurationRequest",
5 "type": "object",
6 "properties": {
7 "key": {
8 "type": "array",
9 "items": {
10 "type": "string",
11 "maxLength": 50
12 }
13 }
14 },
15 "additionalProperties": false
16}