WarpStream · Schema
Topic
A Kafka topic within a WarpStream virtual cluster.
KafkaStreamingServerlessObject StorageBYOCData StreamingApache KafkaMessage QueueEvent Streaming
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique topic identifier |
| name | string | Topic name |
| created_at | number | Unix timestamp of topic creation |
| retention | string | Retention policy (e.g., retention.ms value) |
| shard_count | number | Number of shards (partitions) |
| uncompressed_size_hint | string | Approximate uncompressed data size |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/warpstream/main/json-schema/topic.json",
"title": "Topic",
"description": "A Kafka topic within a WarpStream virtual cluster.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique topic identifier"
},
"name": {
"type": "string",
"description": "Topic name"
},
"created_at": {
"type": "number",
"description": "Unix timestamp of topic creation"
},
"retention": {
"type": "string",
"description": "Retention policy (e.g., retention.ms value)"
},
"shard_count": {
"type": "number",
"description": "Number of shards (partitions)"
},
"uncompressed_size_hint": {
"type": "string",
"description": "Approximate uncompressed data size"
}
},
"required": ["id", "name"],
"examples": [
{
"id": "tpc_1d4930d7_8e6d_4ad9_b27a_654ed4aaa3ee",
"name": "my_topic",
"created_at": 1735689600,
"retention": "604800000",
"shard_count": 128,
"uncompressed_size_hint": "1.2 GB"
}
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/topic"
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.