UNPKG

ocpp-messages

Version:

TypeScript definitions for Open Charge Point Protocol (OCPP)

19 lines (18 loc) 380 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "CancelReservationResponse", "type": "object", "properties": { "status": { "type": "string", "enum": [ "Accepted", "Rejected" ] } }, "additionalProperties": false, "required": [ "status" ] }