Adyen · JSON-LD Context

Adyen Configuration Paginated Get Context

JSON-LD context defining the semantic vocabulary for Adyen Configuration Paginated Get 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

PaginatedGetCardOrderItemResponse PaginatedGetCardOrderResponse

Properties

Property Type Container
data string set
hasNext boolean
hasPrevious boolean
cardOrders 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#",
    "PaginatedGetCardOrderItemResponse": "adyen:PaginatedGetCardOrderItemResponse",
    "PaginatedGetCardOrderResponse": "adyen:PaginatedGetCardOrderResponse",
    "data": {
      "@id": "adyen:data",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "hasNext": {
      "@id": "adyen:hasNext",
      "@type": "xsd:boolean"
    },
    "hasPrevious": {
      "@id": "adyen:hasPrevious",
      "@type": "xsd:boolean"
    },
    "cardOrders": {
      "@id": "adyen:cardOrders",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}