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

26 lines (25 loc) 594 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "ClearChargingProfileRequest", "type": "object", "properties": { "id": { "type": "integer" }, "connectorId": { "type": "integer" }, "chargingProfilePurpose": { "type": "string", "enum": [ "ChargePointMaxProfile", "TxDefaultProfile", "TxProfile" ] }, "stackLevel": { "type": "integer" } }, "additionalProperties": false }