Adyen · JSON-LD Context

Adyen Transfers Address Context

JSON-LD context defining the semantic vocabulary for Adyen Transfers 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

Address

Properties

Property Type Container
city string
country string
line1 string
line2 string
postalCode string
stateOrProvince 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#",
    "Address": "adyen:Address",
    "city": {
      "@id": "adyen:city",
      "@type": "xsd:string"
    },
    "country": {
      "@id": "adyen:country",
      "@type": "xsd:string"
    },
    "line1": {
      "@id": "adyen:line1",
      "@type": "xsd:string"
    },
    "line2": {
      "@id": "adyen:line2",
      "@type": "xsd:string"
    },
    "postalCode": {
      "@id": "adyen:postalCode",
      "@type": "xsd:string"
    },
    "stateOrProvince": {
      "@id": "adyen:stateOrProvince",
      "@type": "xsd:string"
    }
  }
}