Adyen · JSON-LD Context

Adyen Transfers Counterparty V3 Context

JSON-LD context defining the semantic vocabulary for Adyen Transfers Counterparty V3 from Adyen.

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

CounterpartyV3

Properties

Property Type Container
balanceAccountId string
bankAccount string
merchant string
transferInstrumentId 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#",
    "CounterpartyV3": "adyen:CounterpartyV3",
    "balanceAccountId": {
      "@id": "adyen:balanceAccountId",
      "@type": "xsd:string"
    },
    "bankAccount": {
      "@id": "adyen:bankAccount",
      "@type": "xsd:string"
    },
    "merchant": {
      "@id": "adyen:merchant",
      "@type": "xsd:string"
    },
    "transferInstrumentId": {
      "@id": "adyen:transferInstrumentId",
      "@type": "xsd:string"
    }
  }
}