Adyen · JSON-LD Context

Adyen Management Address Context

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

1 Classes 7 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
companyName string
country string
postalCode string
stateOrProvince string
streetAddress string
streetAddress2 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"
    },
    "companyName": {
      "@id": "adyen:companyName",
      "@type": "xsd:string"
    },
    "country": {
      "@id": "adyen:country",
      "@type": "xsd:string"
    },
    "postalCode": {
      "@id": "adyen:postalCode",
      "@type": "xsd:string"
    },
    "stateOrProvince": {
      "@id": "adyen:stateOrProvince",
      "@type": "xsd:string"
    },
    "streetAddress": {
      "@id": "adyen:streetAddress",
      "@type": "xsd:string"
    },
    "streetAddress2": {
      "@id": "adyen:streetAddress2",
      "@type": "xsd:string"
    }
  }
}