refactor: cleanup default params in error handlers
[e-mobility-charging-stations-simulator.git] / src / assets / json-schemas / ocpp / 1.6 / Authorize.json
CommitLineData
b52c969d 1{
98fc1389 2 "$schema": "http://json-schema.org/draft-07/schema#",
b0342994 3 "$id": "urn:OCPP:1.6:2019:12:AuthorizeRequest",
b52c969d
JB
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}