Adyen · JSON-LD Context

Adyen Configuration Ca Local Context

JSON-LD context defining the semantic vocabulary for Adyen Configuration Ca Local from Adyen.

1 Classes 5 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

CALocalAccountIdentification

Properties

Property Type Container
accountNumber string
accountType string
institutionNumber string
transitNumber string
type 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#",
    "CALocalAccountIdentification": "adyen:CALocalAccountIdentification",
    "accountNumber": {
      "@id": "adyen:accountNumber",
      "@type": "xsd:string"
    },
    "accountType": {
      "@id": "adyen:accountType",
      "@type": "xsd:string"
    },
    "institutionNumber": {
      "@id": "adyen:institutionNumber",
      "@type": "xsd:string"
    },
    "transitNumber": {
      "@id": "adyen:transitNumber",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "adyen:type",
      "@type": "xsd:string"
    }
  }
}