Zendit · JSON-LD Context

Zendit Api Topup Context

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

1 Classes 4 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

TopupPurchaseRequest

Properties

Property Type Container
transactionId string
offerId string
subscriberNumber string
sendValue 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#",
    "TopupPurchaseRequest": "zendit:TopupPurchaseRequest",
    "transactionId": {
      "@id": "zendit:transactionId",
      "@type": "xsd:string"
    },
    "offerId": {
      "@id": "zendit:offerId",
      "@type": "xsd:string"
    },
    "subscriberNumber": {
      "@id": "zendit:subscriberNumber",
      "@type": "xsd:string"
    },
    "sendValue": {
      "@id": "zendit:sendValue",
      "@type": "xsd:string"
    }
  }
}