Adyen · JSON-LD Context

Adyen Management Store Creation Context

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

3 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

StoreCreationRequest StoreCreationWithMerchantCodeRequest description

Properties

Property Type Container
address string
businessLineIds string set
externalReferenceId string
phoneNumber string
reference string
shopperStatement string
splitConfiguration string
merchantId 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#",
    "StoreCreationRequest": "adyen:StoreCreationRequest",
    "StoreCreationWithMerchantCodeRequest": "adyen:StoreCreationWithMerchantCodeRequest",
    "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"
    },
    "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"
    },
    "merchantId": {
      "@id": "adyen:merchantId",
      "@type": "xsd:string"
    }
  }
}