{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-kafka/refs/heads/main/json-structure/kafka-rest-proxy-partition-structure.json", "name": "Partition", "description": "Partition schema from Apache kafka", "properties": { "kind": { "type": "string" }, "metadata": { "type": "object" }, "cluster_id": { "type": "string" }, "topic_name": { "type": "string" }, "partition_id": { "type": "integer" }, "leader": { "type": "object" }, "replicas": { "type": "array", "items": { "type": "object" } } } }