Adyen · JSON-LD Context

Adyen Terminal Loyalty Transaction Context

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

LoyaltyTransaction LoyaltyTransactionType

Properties

Property Type Container
Currency string
TotalAmount decimal
OriginalPOITransaction string
TransactionConditions string
SaleItem 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#",
    "LoyaltyTransaction": "adyen:LoyaltyTransaction",
    "LoyaltyTransactionType": "adyen:LoyaltyTransactionType",
    "Currency": {
      "@id": "adyen:Currency",
      "@type": "xsd:string"
    },
    "TotalAmount": {
      "@id": "adyen:TotalAmount",
      "@type": "xsd:decimal"
    },
    "OriginalPOITransaction": {
      "@id": "adyen:OriginalPOITransaction",
      "@type": "xsd:string"
    },
    "TransactionConditions": {
      "@id": "adyen:TransactionConditions",
      "@type": "xsd:string"
    },
    "SaleItem": {
      "@id": "adyen:SaleItem",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}