Zendit · JSON-LD Context

Zendit Api Context

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

17 Classes 38 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

Balance BrandList Brand EsimPlan OfferList Offer PhoneLookup Price PurchaseList Purchase RedemptionInstructions Refund ReportRequest Report TransactionList Transaction name

Properties

Property Type Container
amount decimal
currency string
accountId string
list string set
offset integer
limit integer
total integer
id string
country string
logoUrl string
types string set
planId string
status string
dataUsed decimal
dataTotal decimal
validUntil dateTime
offerId string
brand string
type string
subType string
price string
send string
receive string
msisdn string
carrier string
transactionId string
createdAt dateTime
details reference
deliveryType string
instructions string
termsAndConditions string
refundId string
dateFrom date
dateTo date
reportId string
downloadUrl string
history string set
timestamp dateTime

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#",
    "Balance": "zendit:Balance",
    "BrandList": "zendit:BrandList",
    "Brand": "zendit:Brand",
    "EsimPlan": "zendit:EsimPlan",
    "OfferList": "zendit:OfferList",
    "Offer": "zendit:Offer",
    "PhoneLookup": "zendit:PhoneLookup",
    "Price": "zendit:Price",
    "PurchaseList": "zendit:PurchaseList",
    "Purchase": "zendit:Purchase",
    "RedemptionInstructions": "zendit:RedemptionInstructions",
    "Refund": "zendit:Refund",
    "ReportRequest": "zendit:ReportRequest",
    "Report": "zendit:Report",
    "TransactionList": "zendit:TransactionList",
    "Transaction": "zendit:Transaction",
    "amount": {
      "@id": "zendit:amount",
      "@type": "xsd:decimal"
    },
    "currency": {
      "@id": "zendit:currency",
      "@type": "xsd:string"
    },
    "accountId": {
      "@id": "zendit:accountId",
      "@type": "xsd:string"
    },
    "list": {
      "@id": "zendit:list",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "offset": {
      "@id": "zendit:offset",
      "@type": "xsd:integer"
    },
    "limit": {
      "@id": "zendit:limit",
      "@type": "xsd:integer"
    },
    "total": {
      "@id": "zendit:total",
      "@type": "xsd:integer"
    },
    "id": {
      "@id": "zendit:id",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "country": {
      "@id": "zendit:country",
      "@type": "xsd:string"
    },
    "logoUrl": {
      "@id": "zendit:logoUrl",
      "@type": "xsd:string"
    },
    "types": {
      "@id": "zendit:types",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "planId": {
      "@id": "zendit:planId",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "zendit:status",
      "@type": "xsd:string"
    },
    "dataUsed": {
      "@id": "zendit:dataUsed",
      "@type": "xsd:decimal"
    },
    "dataTotal": {
      "@id": "zendit:dataTotal",
      "@type": "xsd:decimal"
    },
    "validUntil": {
      "@id": "zendit:validUntil",
      "@type": "xsd:dateTime"
    },
    "offerId": {
      "@id": "zendit:offerId",
      "@type": "xsd:string"
    },
    "brand": {
      "@id": "zendit:brand",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "zendit:type",
      "@type": "xsd:string"
    },
    "subType": {
      "@id": "zendit:subType",
      "@type": "xsd:string"
    },
    "price": {
      "@id": "zendit:price",
      "@type": "xsd:string"
    },
    "send": {
      "@id": "zendit:send",
      "@type": "xsd:string"
    },
    "receive": {
      "@id": "zendit:receive",
      "@type": "xsd:string"
    },
    "msisdn": {
      "@id": "zendit:msisdn",
      "@type": "xsd:string"
    },
    "carrier": {
      "@id": "zendit:carrier",
      "@type": "xsd:string"
    },
    "transactionId": {
      "@id": "zendit:transactionId",
      "@type": "xsd:string"
    },
    "createdAt": {
      "@id": "zendit:createdAt",
      "@type": "xsd:dateTime"
    },
    "details": {
      "@id": "zendit:details",
      "@type": "@id"
    },
    "deliveryType": {
      "@id": "zendit:deliveryType",
      "@type": "xsd:string"
    },
    "instructions": {
      "@id": "zendit:instructions",
      "@type": "xsd:string"
    },
    "termsAndConditions": {
      "@id": "zendit:termsAndConditions",
      "@type": "xsd:string"
    },
    "refundId": {
      "@id": "zendit:refundId",
      "@type": "xsd:string"
    },
    "dateFrom": {
      "@id": "zendit:dateFrom",
      "@type": "xsd:date"
    },
    "dateTo": {
      "@id": "zendit:dateTo",
      "@type": "xsd:date"
    },
    "reportId": {
      "@id": "zendit:reportId",
      "@type": "xsd:string"
    },
    "downloadUrl": {
      "@id": "zendit:downloadUrl",
      "@type": "xsd:string"
    },
    "history": {
      "@id": "zendit:history",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "timestamp": {
      "@id": "zendit:timestamp",
      "@type": "xsd:dateTime"
    }
  }
}