UNPKG

ocpp-standard-schema

Version:

Contains OCPP JSON schemas for validation purposes

25 lines (24 loc) 549 B
{ "$schema": "http://json-schema.org/draft-06/schema#", "$id": "urn:OCPP:Cp:1.6:2020:3:SecurityEventNotification.req", "type": "object", "additionalProperties": false, "properties": { "type": { "type": "string", "maxLength": 50 }, "timestamp": { "type": "string", "format": "date-time" }, "techInfo": { "type": "string", "maxLength": 255 } }, "required": [ "type", "timestamp" ] }