UNPKG

@luisiseverywhere/ocpp-schema-types

Version:

A project which uses official ocpp schema data (provided by OCA) and generates the types for request and responses of each occp command

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" ] }