{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WebDataExemption", "title": "WebDataExemption", "properties": { "reason": { "description": "The reason why the web data was not provided. Possible value: **noOnlinePresence**.", "enum": [ "noOnlinePresence", "notCollectedDuringOnboarding" ], "type": "string" } }, "type": "object" }