Adyen · JSON-LD Context

Adyen Management Shipping Location Context

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

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

ShippingLocation name

Properties

Property Type Container
address string
contact string
id 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#",
    "ShippingLocation": "adyen:ShippingLocation",
    "address": {
      "@id": "adyen:address",
      "@type": "xsd:string"
    },
    "contact": {
      "@id": "adyen:contact",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "name": "schema:name"
  }
}