Adyen · JSON-LD Context

Adyen Accounts Vias Address Context

JSON-LD context defining the semantic vocabulary for Adyen Accounts Vias Address from Adyen.

1 Classes 6 Properties 4 Namespaces
View Context View on GitHub

Namespaces

adyen: https://docs.adyen.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

ViasAddress

Properties

Property Type Container
city string
country string
houseNumberOrName string
postalCode string
stateOrProvince string
street string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "adyen": "https://docs.adyen.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "ViasAddress": "adyen:ViasAddress",
    "city": {
      "@id": "adyen:city",
      "@type": "xsd:string"
    },
    "country": {
      "@id": "adyen:country",
      "@type": "xsd:string"
    },
    "houseNumberOrName": {
      "@id": "adyen:houseNumberOrName",
      "@type": "xsd:string"
    },
    "postalCode": {
      "@id": "adyen:postalCode",
      "@type": "xsd:string"
    },
    "stateOrProvince": {
      "@id": "adyen:stateOrProvince",
      "@type": "xsd:string"
    },
    "street": {
      "@id": "adyen:street",
      "@type": "xsd:string"
    }
  }
}