CapabilityProblem schema from Adyen API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/configuration-capability-problem-schema.json", "title": "CapabilityProblem", "description": "CapabilityProblem schema from Adyen API", "type": "object", "properties": { "entity": { "description": "Contains the type of the entity and the corresponding ID.", "$ref": "#/components/schemas/CapabilityProblemEntity" }, "verificationErrors": { "description": "Contains information about the verification error.", "items": { "$ref": "#/components/schemas/VerificationError" }, "type": "array" } } }