Zendit · JSON-LD Context

Zendit Api Voucher Context

JSON-LD context defining the semantic vocabulary for Zendit Api Voucher from Zendit.

2 Classes 6 Properties 4 Namespaces
View Context View on GitHub

Namespaces

zendit: https://zendit.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

VoucherPurchaseRequest email

Properties

Property Type Container
transactionId string
offerId string
sendValue string
recipient reference
firstName string
lastName string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "zendit": "https://zendit.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "VoucherPurchaseRequest": "zendit:VoucherPurchaseRequest",
    "transactionId": {
      "@id": "zendit:transactionId",
      "@type": "xsd:string"
    },
    "offerId": {
      "@id": "zendit:offerId",
      "@type": "xsd:string"
    },
    "sendValue": {
      "@id": "zendit:sendValue",
      "@type": "xsd:string"
    },
    "recipient": {
      "@id": "zendit:recipient",
      "@type": "@id"
    },
    "email": "schema:email",
    "firstName": {
      "@id": "zendit:firstName",
      "@type": "xsd:string"
    },
    "lastName": {
      "@id": "zendit:lastName",
      "@type": "xsd:string"
    }
  }
}