Adyen · JSON-LD Context

Adyen Legal Entity Bank Context

JSON-LD context defining the semantic vocabulary for Adyen Legal Entity Bank 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

BankAccountInfo

Properties

Property Type Container
accountIdentification string
accountType string
bankName string
countryCode string
trustedSource boolean

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#",
    "BankAccountInfo": "adyen:BankAccountInfo",
    "accountIdentification": {
      "@id": "adyen:accountIdentification",
      "@type": "xsd:string"
    },
    "accountType": {
      "@id": "adyen:accountType",
      "@type": "xsd:string"
    },
    "bankName": {
      "@id": "adyen:bankName",
      "@type": "xsd:string"
    },
    "countryCode": {
      "@id": "adyen:countryCode",
      "@type": "xsd:string"
    },
    "trustedSource": {
      "@id": "adyen:trustedSource",
      "@type": "xsd:boolean"
    }
  }
}