{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WebData", "title": "WebData", "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" } }, "type": "object" }