Adyen · Schema

WebData

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

adyen-webdata-schema.json Raw ↑
{
  "$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"
}