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

21 lines (20 loc) 448 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "DiagnosticsStatusNotificationRequest", "type": "object", "properties": { "status": { "type": "string", "enum": [ "Idle", "Uploaded", "UploadFailed", "Uploading" ] } }, "additionalProperties": false, "required": [ "status" ] }