{
    "redisMetadata": {
        "type": "object",
        "properties": {
            "origin": {
                "type": "string"
            },
            "incomerName": {
                "type": "string"
            },
            "to": {
                "type": "string"
            },
            "transactionId": {
                "type": "string"
            },
            "eventTransactionId": {
                "type": "string"
            }
        },
        "required": ["origin"],
        "additionalProperties": false
    }
}
