Files
OCPP.Core/OCPP.Core.Server/Schema16/AuthorizeRequest.json
nutchayut 88ddddd7c2 inital
2024-05-31 00:38:31 +07:00

17 lines
357 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "urn:OCPP:1.6:2019:12:AuthorizeRequest",
"title": "AuthorizeRequest",
"type": "object",
"properties": {
"idTag": {
"type": "string",
"maxLength": 20
}
},
"additionalProperties": false,
"required": [
"idTag"
]
}