{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "urn:OCPP:Cp:2:2020:3:RpcCallErrorV201",
    "title": "RpcCallError",
    "type": "array",
    "minItems": 5,
    "maxItems": 5,
    "items": [
        {
            "type": "integer",
            "enum": [4]
        },
        {
            "type": "string",
            "maxLength": 36
        },
        {
            "type": "string",
            "enum": [
                "NotImplemented",
                "NotSupported",
                "InternalError",
                "ProtocolError",
                "SecurityError",
                "FormationViolation",
                "PropertyConstraintViolation",
                "OccurenceConstraintViolation",
                "TypeConstraintViolation",
                "GenericError"
            ]
        },
        {
            "type": "string",
            "maxLength": 255
        },
        {
            "type": "object"
        }
    ],
    "additionalItems": false
}
