Adyen · JSON-LD Context

Adyen Configuration Delivery Contact Context

JSON-LD context defining the semantic vocabulary for Adyen Configuration Delivery Contact from Adyen.

3 Classes 4 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

DeliveryContact email name

Properties

Property Type Container
address string
fullPhoneNumber string
phoneNumber string
webAddress 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#",
    "DeliveryContact": "adyen:DeliveryContact",
    "address": {
      "@id": "adyen:address",
      "@type": "xsd:string"
    },
    "email": "schema:email",
    "fullPhoneNumber": {
      "@id": "adyen:fullPhoneNumber",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "phoneNumber": {
      "@id": "adyen:phoneNumber",
      "@type": "xsd:string"
    },
    "webAddress": {
      "@id": "adyen:webAddress",
      "@type": "xsd:string"
    }
  }
}