{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/legal-entity-verification-errors-schema.json", "title": "VerificationErrors", "description": "VerificationErrors schema from Adyen API", "type": "object", "properties": { "problems": { "x-addedInVersion": "2", "description": "List of the verification errors.", "items": { "$ref": "#/components/schemas/CapabilityProblem" }, "type": "array" } } }