Adyen · JSON-LD Context

Adyen Configuration Transfer Route Context

JSON-LD context defining the semantic vocabulary for Adyen Configuration Transfer Route from Adyen.

3 Classes 10 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

TransferRouteRequest TransferRouteResponse TransferRoute

Properties

Property Type Container
balanceAccountId string
balancePlatform string
category string
counterparty string
country string
currency string
priorities string set
transferRoutes string set
priority string
requirements 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#",
    "TransferRouteRequest": "adyen:TransferRouteRequest",
    "TransferRouteResponse": "adyen:TransferRouteResponse",
    "TransferRoute": "adyen:TransferRoute",
    "balanceAccountId": {
      "@id": "adyen:balanceAccountId",
      "@type": "xsd:string"
    },
    "balancePlatform": {
      "@id": "adyen:balancePlatform",
      "@type": "xsd:string"
    },
    "category": {
      "@id": "adyen:category",
      "@type": "xsd:string"
    },
    "counterparty": {
      "@id": "adyen:counterparty",
      "@type": "xsd:string"
    },
    "country": {
      "@id": "adyen:country",
      "@type": "xsd:string"
    },
    "currency": {
      "@id": "adyen:currency",
      "@type": "xsd:string"
    },
    "priorities": {
      "@id": "adyen:priorities",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "transferRoutes": {
      "@id": "adyen:transferRoutes",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "priority": {
      "@id": "adyen:priority",
      "@type": "xsd:string"
    },
    "requirements": {
      "@id": "adyen:requirements",
      "@type": "xsd:string"
    }
  }
}