Adyen · JSON-LD Context

Adyen Management Store Context

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

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

Store description

Properties

Property Type Container
Links string
address string
businessLineIds string set
externalReferenceId string
id string
merchantId string
phoneNumber string
reference string
shopperStatement string
splitConfiguration string
status 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#",
    "Store": "adyen:Store",
    "Links": {
      "@id": "adyen:_links",
      "@type": "xsd:string"
    },
    "address": {
      "@id": "adyen:address",
      "@type": "xsd:string"
    },
    "businessLineIds": {
      "@id": "adyen:businessLineIds",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "externalReferenceId": {
      "@id": "adyen:externalReferenceId",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "merchantId": {
      "@id": "adyen:merchantId",
      "@type": "xsd:string"
    },
    "phoneNumber": {
      "@id": "adyen:phoneNumber",
      "@type": "xsd:string"
    },
    "reference": {
      "@id": "adyen:reference",
      "@type": "xsd:string"
    },
    "shopperStatement": {
      "@id": "adyen:shopperStatement",
      "@type": "xsd:string"
    },
    "splitConfiguration": {
      "@id": "adyen:splitConfiguration",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "adyen:status",
      "@type": "xsd:string"
    }
  }
}