emqx/apps/emqx_gateway_ocpp/priv/schemas/UnlockConnector.json

16 lines
353 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "urn:OCPP:1.6:2019:12:UnlockConnectorRequest",
"title": "UnlockConnectorRequest",
"type": "object",
"properties": {
"connectorId": {
"type": "integer"
}
},
"additionalProperties": false,
"required": [
"connectorId"
]
}