{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/configuration-transaction-rule-entity-key-schema.json", "title": "TransactionRuleEntityKey", "description": "TransactionRuleEntityKey schema from Adyen API", "type": "object", "properties": { "entityReference": { "description": "The unique identifier of the resource.", "type": "string" }, "entityType": { "description": "The type of resource.\n\nPossible values: **balancePlatform**, **paymentInstrumentGroup**, **accountHolder**, **balanceAccount**, or **paymentInstrument**.", "type": "string" } } }