Tezos · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from Tezos.

17 Classes 2 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: http://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
hydra: http://www.w3.org/ns/hydra/core#
blockchainApi: https://api.tzkt.io/vocab#

Classes

title description version Block Account Operation Contract BigMap Token Delegation Governance Protocol baker level hash balance address

Properties

Property Type Container
url reference
timestamp dateTime

JSON-LD Document

context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://api.tzkt.io/vocab#",
    "schema": "http://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "hydra": "http://www.w3.org/ns/hydra/core#",
    "blockchainApi": "https://api.tzkt.io/vocab#",
    "title": "schema:name",
    "description": "schema:description",
    "version": "schema:version",
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "Block": "blockchainApi:Block",
    "Account": "blockchainApi:Account",
    "Operation": "blockchainApi:Operation",
    "Contract": "blockchainApi:Contract",
    "BigMap": "blockchainApi:BigMap",
    "Token": "blockchainApi:Token",
    "Delegation": "blockchainApi:Delegation",
    "Governance": "blockchainApi:Governance",
    "Protocol": "blockchainApi:Protocol",
    "baker": "blockchainApi:baker",
    "level": "blockchainApi:level",
    "hash": "blockchainApi:hash",
    "timestamp": {
      "@id": "blockchainApi:timestamp",
      "@type": "xsd:dateTime"
    },
    "balance": "blockchainApi:balance",
    "address": "blockchainApi:address"
  }
}