88bbbde81b7001340f984be18aea5a34527c63b4
[e-mobility-charging-stations-simulator.git] / src / assets / json-schemas / ocpp / 1.6 / Authorize.json
1 {
2 "$schema": "http://json-schema.org/draft-07/schema",
3 "$id": "urn:OCPP:1.6:2019:12:AuthorizeRequest",
4 "title": "AuthorizeRequest",
5 "type": "object",
6 "properties": {
7 "idTag": {
8 "type": "string",
9 "maxLength": 20
10 }
11 },
12 "additionalProperties": false,
13 "required": ["idTag"]
14 }