Streaming · JSON Structure

Streaming Stream Structure

Structural typing for a Stream on a streaming platform. Documents the shape of a stream definition as exchanged in catalog and control-plane APIs.

Type: object Properties: 15
StreamingReal-TimeEvent StreamingChange Data CaptureStream ProcessingServer-Sent EventsWebSocketgRPCGraphQL SubscriptionsKafkaPulsarKinesisFlink

Stream is a JSON Structure definition published by Streaming, describing 15 properties. It conforms to the https://json-structure.org/draft-01/schema meta-schema.

Properties

id name description platform namespace partitions replication_factor retention ordering_key delivery_guarantee encoding tiered_storage created updated tags

Meta-schema: https://json-structure.org/draft-01/schema

JSON Structure

streaming-stream-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/draft-01/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/streaming/main/json-structure/streaming-stream-structure.json",
  "title": "Streaming Stream Structure",
  "description": "Structural typing for a Stream on a streaming platform. Documents the shape of a stream definition as exchanged in catalog and control-plane APIs.",
  "type": "object",
  "name": "Stream",
  "properties": {
    "id":                  { "type": "string", "required": true },
    "name":                { "type": "string", "required": true },
    "description":         { "type": "string" },
    "platform":            { "type": "string", "required": true, "enum": ["apache-kafka", "apache-pulsar", "redpanda", "nats-jetstream", "aws-kinesis", "gcp-pubsub", "azure-event-hubs", "confluent-cloud", "streamnative", "other"] },
    "namespace":           { "type": "string" },
    "partitions":          { "type": "integer", "min": 1 },
    "replication_factor":  { "type": "integer", "min": 1 },
    "retention": {
      "type": "object",
      "properties": {
        "mode":      { "type": "string", "enum": ["time", "size", "compact", "compact_and_delete", "infinite"] },
        "duration":  { "type": "string", "format": "iso8601-duration" },
        "max_bytes": { "type": "integer" }
      }
    },
    "ordering_key":        { "type": "string" },
    "delivery_guarantee":  { "type": "string", "enum": ["at-most-once", "at-least-once", "exactly-once"] },
    "encoding":            { "type": "string", "enum": ["binary", "json", "text", "protobuf", "avro"] },
    "tiered_storage":      { "type": "boolean" },
    "created":             { "type": "string", "format": "date-time" },
    "updated":             { "type": "string", "format": "date-time" },
    "tags":                { "type": "array", "items": { "type": "string" } }
  },
  "examples": [
    "../examples/streaming-stream-example.json"
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/streaming-stream-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no email required.

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