Adyen · JSON-LD Context

Adyen Configuration Pin Change Context

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

2 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

PinChangeRequest PinChangeResponse

Properties

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