{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/legal-entity-undefined-beneficiary-schema.json", "title": "UndefinedBeneficiary", "description": "UndefinedBeneficiary schema from Adyen API", "type": "object", "properties": { "description": { "description": "The details of the undefined beneficiary.", "type": "string" }, "reference": { "description": "The reference of the undefined beneficiary.", "type": "string" } } }