WebDataExemption 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/legal-entity-web-data-exemption-schema.json", "title": "WebDataExemption", "description": "WebDataExemption schema from Adyen API", "type": "object", "properties": { "reason": { "description": "The reason why the web data was not provided. Possible value: **noOnlinePresence**.", "enum": [ "noOnlinePresence", "notCollectedDuringOnboarding" ], "type": "string" } } }