UNPKG

ocpp-messages

Version:

TypeScript definitions for Open Charge Point Protocol (OCPP)

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