{ "$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-schema.json", "title": "WebData", "description": "WebData schema from Adyen API", "type": "object", "properties": { "webAddress": { "description": "The URL of the website or the app store URL.", "type": "string" }, "webAddressId": { "description": "The unique identifier of the web address.", "readOnly": true, "type": "string" } } }