Adyen · JSON-LD Context

Adyen Terminal Total Filter Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Total Filter 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

TotalFilter

Properties

Property Type Container
POIID string
SaleID string
OperatorID string
ShiftNumber string
TotalsGroupID 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#",
    "TotalFilter": "adyen:TotalFilter",
    "POIID": {
      "@id": "adyen:POIID",
      "@type": "xsd:string"
    },
    "SaleID": {
      "@id": "adyen:SaleID",
      "@type": "xsd:string"
    },
    "OperatorID": {
      "@id": "adyen:OperatorID",
      "@type": "xsd:string"
    },
    "ShiftNumber": {
      "@id": "adyen:ShiftNumber",
      "@type": "xsd:string"
    },
    "TotalsGroupID": {
      "@id": "adyen:TotalsGroupID",
      "@type": "xsd:string"
    }
  }
}