Zendit · JSON-LD Context

Zendit Api Esim Context

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

2 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

EsimPlanList EsimPurchaseRequest

Properties

Property Type Container
iccId string
plans string set
transactionId string
offerId 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#",
    "EsimPlanList": "zendit:EsimPlanList",
    "EsimPurchaseRequest": "zendit:EsimPurchaseRequest",
    "iccId": {
      "@id": "zendit:iccId",
      "@type": "xsd:string"
    },
    "plans": {
      "@id": "zendit:plans",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "transactionId": {
      "@id": "zendit:transactionId",
      "@type": "xsd:string"
    },
    "offerId": {
      "@id": "zendit:offerId",
      "@type": "xsd:string"
    }
  }
}