Adyen · JSON-LD Context

Adyen Management Pagination Links Context

JSON-LD context defining the semantic vocabulary for Adyen Management Pagination Links from Adyen.

1 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

PaginationLinks

Properties

Property Type Container
first string
last string
next string
prev string
self 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#",
    "PaginationLinks": "adyen:PaginationLinks",
    "first": {
      "@id": "adyen:first",
      "@type": "xsd:string"
    },
    "last": {
      "@id": "adyen:last",
      "@type": "xsd:string"
    },
    "next": {
      "@id": "adyen:next",
      "@type": "xsd:string"
    },
    "prev": {
      "@id": "adyen:prev",
      "@type": "xsd:string"
    },
    "self": {
      "@id": "adyen:self",
      "@type": "xsd:string"
    }
  }
}