{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "urn:OCPP:Cp:2:2020:3:RpcCallResultV201",
    "title": "RpcCallResult",
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": [
        {
            "type": "integer",
            "enum": [3]
        },
        {
            "type": "string",
            "maxLength": 36
        },
        {
            "type": "object"
        }
    ],
    "additionalItems": false
}
