{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/configuration-transaction-rules-response-structure.json", "description": "TransactionRulesResponse schema from Adyen API", "type": "object", "properties": { "transactionRules": { "description": "List of transaction rules.", "items": { "$ref": "#/components/schemas/TransactionRule" }, "type": "array" } }, "name": "TransactionRulesResponse" }