Ceramic · Schema

State of a Ceramic stream

The state of a Ceramic stream as defined by the stream type aggregation and conflict resolution rules.

DecentralizedWeb3Data StreamsDIDIPFSBlockchainEvent StreamingComposeDB

Properties

Name Type Description
id string Multibase encoding of the stream id
event_cid string CID of the event that produced this state
controller string Controller of the stream
dimensions object Dimensions of the stream, each value is multibase encoded.
data string Multibase encoding of the data of the stream. Content is stream type specific.
View JSON Schema on GitHub

JSON Schema

StreamState.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ceramic/main/json-schema/StreamState.json",
  "title": "State of a Ceramic stream",
  "description": "The state of a Ceramic stream as defined by the stream type aggregation and conflict resolution rules.",
  "type": "object",
  "required": ["id", "event_cid", "controller", "dimensions", "data"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Multibase encoding of the stream id"
    },
    "event_cid": {
      "type": "string",
      "description": "CID of the event that produced this state"
    },
    "controller": {
      "type": "string",
      "description": "Controller of the stream"
    },
    "dimensions": {
      "type": "object",
      "description": "Dimensions of the stream, each value is multibase encoded."
    },
    "data": {
      "type": "string",
      "description": "Multibase encoding of the data of the stream. Content is stream type specific."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/StreamState"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.