Adyen · Schema

WebData

WebData schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
webAddress string The URL of the website or the app store URL.
webAddressId string The unique identifier of the web address.
View JSON Schema on GitHub

JSON Schema

legal-entity-web-data-schema.json Raw ↑
{
  "$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"
    }
  }
}