{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-webhooks-capability-problem-entity-recursive-schema.json", "title": "CapabilityProblemEntity-recursive", "description": "CapabilityProblemEntity-recursive schema from Adyen API", "type": "object", "properties": { "documents": { "description": "List of document IDs to which the verification errors related to the capabilities correspond to.", "items": { "type": "string" }, "type": "array" }, "id": { "description": "The ID of the entity.", "type": "string" }, "type": { "description": "The type of entity.\n\nPossible values: **LegalEntity**, **BankAccount**, or **Document**.", "enum": [ "BankAccount", "Document", "LegalEntity" ], "type": "string" } }, "required": [] }