Adyen · JSON-LD Context

Adyen Management Update Store Context

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

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

UpdateStoreRequest description

Properties

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