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