{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-webhooks-capability-problem-structure.json", "description": "CapabilityProblem schema from Adyen API", "type": "object", "properties": { "entity": { "description": "The ID and the type of entity that has verification errors.", "$ref": "#/components/schemas/CapabilityProblemEntity" }, "verificationErrors": { "description": "List of verification errors.", "items": { "$ref": "#/components/schemas/VerificationError" }, "type": "array" } }, "name": "CapabilityProblem" }