Adyen · JSON-LD Context

Adyen Configuration Reveal Pin Context

JSON-LD context defining the semantic vocabulary for Adyen Configuration Reveal Pin from Adyen.

2 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

RevealPinRequest RevealPinResponse

Properties

Property Type Container
encryptedKey string
paymentInstrumentId string
encryptedPinBlock string
token 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#",
    "RevealPinRequest": "adyen:RevealPinRequest",
    "RevealPinResponse": "adyen:RevealPinResponse",
    "encryptedKey": {
      "@id": "adyen:encryptedKey",
      "@type": "xsd:string"
    },
    "paymentInstrumentId": {
      "@id": "adyen:paymentInstrumentId",
      "@type": "xsd:string"
    },
    "encryptedPinBlock": {
      "@id": "adyen:encryptedPinBlock",
      "@type": "xsd:string"
    },
    "token": {
      "@id": "adyen:token",
      "@type": "xsd:string"
    }
  }
}