{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/accounts-delete-legal-arrangement-request-structure.json", "description": "DeleteLegalArrangementRequest schema from Adyen API", "type": "object", "properties": { "accountHolderCode": { "description": "The code of the account holder.", "type": "string" }, "legalArrangements": { "description": "List of legal arrangements.", "items": { "$ref": "#/components/schemas/LegalArrangementRequest" }, "type": "array" } }, "required": [ "accountHolderCode", "legalArrangements" ], "name": "DeleteLegalArrangementRequest" }