{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/configuration-transaction-rule-response-structure.json", "description": "TransactionRuleResponse schema from Adyen API", "type": "object", "properties": { "transactionRule": { "description": "The transaction rule.", "$ref": "#/components/schemas/TransactionRule" } }, "name": "TransactionRuleResponse" }