Adyen · JSON-LD Context

Adyen Configuration Bulk Address Context

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

2 Classes 8 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

BulkAddress email

Properties

Property Type Container
city string
company string
country string
houseNumberOrName string
mobile 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#",
    "BulkAddress": "adyen:BulkAddress",
    "city": {
      "@id": "adyen:city",
      "@type": "xsd:string"
    },
    "company": {
      "@id": "adyen:company",
      "@type": "xsd:string"
    },
    "country": {
      "@id": "adyen:country",
      "@type": "xsd:string"
    },
    "email": "schema:email",
    "houseNumberOrName": {
      "@id": "adyen:houseNumberOrName",
      "@type": "xsd:string"
    },
    "mobile": {
      "@id": "adyen:mobile",
      "@type": "xsd:string"
    },
    "postalCode": {
      "@id": "adyen:postalCode",
      "@type": "xsd:string"
    },
    "stateOrProvince": {
      "@id": "adyen:stateOrProvince",
      "@type": "xsd:string"
    },
    "street": {
      "@id": "adyen:street",
      "@type": "xsd:string"
    }
  }
}