{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/legal-entity-verification-errors-structure.json", "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" } }, "name": "VerificationErrors" }