Cosmos · JSON-LD Context

Api Context

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

0 Classes 0 Properties 0 Namespaces
View Context View on GitHub

JSON-LD Document

Raw ↑
{
  "@context": "https://raw.githubusercontent.com/api-evangelist/cosmos/refs/heads/main/json-ld/context.jsonld",
  "@type": "schema:WebAPI",
  "name": "Cosmos SDK gRPC-Gateway REST API",
  "description": "A REST interface for state queries.",
  "url": "https://docs.cosmos.network",
  "baseURL": "https://lcd.cosmos.network",
  "schema:version": "1.0.0",
  "schema:license": {
    "@type": "schema:CreativeWork",
    "name": "Apache-2.0"
  },
  "schema:provider": {
    "@type": "schema:Organization",
    "name": "Cosmos",
    "url": "https://cosmos.network"
  },
  "cosmos:modules": [
    "upgrade",
    "evidence",
    "gov",
    "mint",
    "auth",
    "distribution",
    "slashing",
    "epochs",
    "staking",
    "consensus",
    "bank",
    "authz",
    "feegrant",
    "tx",
    "base"
  ],
  "cosmos:operationCount": 109,
  "cosmos:definitionCount": 242
}