{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/transfer-webhooks-transaction-rule-source-schema.json", "title": "TransactionRuleSource", "description": "TransactionRuleSource schema from Adyen API", "type": "object", "properties": { "id": { "description": "ID of the resource, when applicable.", "type": "string" }, "type": { "description": "Indicates the type of resource for which the transaction rule is defined.\n\nPossible values:\n\n * **PaymentInstrumentGroup**\n\n* **PaymentInstrument**\n\n* **BalancePlatform**\n\n* **EntityUsageConfiguration**\n\n* **PlatformRule**: The transaction rule is a platform-wide rule imposed by Adyen.", "type": "string" } } }