Pocket Network · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from Pocket Network.

4 Classes 19 Properties 3 Namespaces
View Context View on GitHub

Namespaces

pokt: https://pocket.network/vocab/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

name description url version

Properties

Property Type Container
Application reference
Gateway reference
Supplier reference
Service reference
Session reference
Relay reference
Proof reference
Claim reference
address string
stake string
serviceId string
delegateeGatewayAddresses string list
sessionHeader reference
numRelays integer
numComputeUnits integer
blockHash string
blockHeight integer
tokenomicsParams reference
mintAllocationPercentages reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "pokt": "https://pocket.network/vocab/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "version": "schema:version",
    "Application": {
      "@id": "pokt:Application",
      "@type": "@id"
    },
    "Gateway": {
      "@id": "pokt:Gateway",
      "@type": "@id"
    },
    "Supplier": {
      "@id": "pokt:Supplier",
      "@type": "@id"
    },
    "Service": {
      "@id": "pokt:Service",
      "@type": "@id"
    },
    "Session": {
      "@id": "pokt:Session",
      "@type": "@id"
    },
    "Relay": {
      "@id": "pokt:Relay",
      "@type": "@id"
    },
    "Proof": {
      "@id": "pokt:Proof",
      "@type": "@id"
    },
    "Claim": {
      "@id": "pokt:Claim",
      "@type": "@id"
    },
    "address": {
      "@id": "pokt:address",
      "@type": "xsd:string"
    },
    "stake": {
      "@id": "pokt:stake",
      "@type": "xsd:string"
    },
    "serviceId": {
      "@id": "pokt:serviceId",
      "@type": "xsd:string"
    },
    "delegateeGatewayAddresses": {
      "@id": "pokt:delegateeGatewayAddresses",
      "@type": "xsd:string",
      "@container": "@list"
    },
    "sessionHeader": {
      "@id": "pokt:sessionHeader",
      "@type": "@id"
    },
    "numRelays": {
      "@id": "pokt:numRelays",
      "@type": "xsd:integer"
    },
    "numComputeUnits": {
      "@id": "pokt:numComputeUnits",
      "@type": "xsd:integer"
    },
    "blockHash": {
      "@id": "pokt:blockHash",
      "@type": "xsd:string"
    },
    "blockHeight": {
      "@id": "pokt:blockHeight",
      "@type": "xsd:integer"
    },
    "tokenomicsParams": {
      "@id": "pokt:tokenomicsParams",
      "@type": "@id"
    },
    "mintAllocationPercentages": {
      "@id": "pokt:mintAllocationPercentages",
      "@type": "@id"
    }
  }
}