Adyen · JSON-LD Context

Adyen Transfers Issued Card Context

JSON-LD context defining the semantic vocabulary for Adyen Transfers Issued Card from Adyen.

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

IssuedCard

Properties

Property Type Container
authorisationType string
panEntryMode string
processingType string
relayedAuthorisationData string
schemeTraceId string
schemeUniqueTransactionId string
type string
validationFacts string set

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#",
    "IssuedCard": "adyen:IssuedCard",
    "authorisationType": {
      "@id": "adyen:authorisationType",
      "@type": "xsd:string"
    },
    "panEntryMode": {
      "@id": "adyen:panEntryMode",
      "@type": "xsd:string"
    },
    "processingType": {
      "@id": "adyen:processingType",
      "@type": "xsd:string"
    },
    "relayedAuthorisationData": {
      "@id": "adyen:relayedAuthorisationData",
      "@type": "xsd:string"
    },
    "schemeTraceId": {
      "@id": "adyen:schemeTraceId",
      "@type": "xsd:string"
    },
    "schemeUniqueTransactionId": {
      "@id": "adyen:schemeUniqueTransactionId",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "adyen:type",
      "@type": "xsd:string"
    },
    "validationFacts": {
      "@id": "adyen:validationFacts",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}