{ "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-produce-response-structure.json", "name": "ProduceResponse", "description": "ProduceResponse schema from Apache kafka", "properties": { "error_code": { "type": "integer" }, "cluster_id": { "type": "string" }, "topic_name": { "type": "string" }, "partition_id": { "type": "integer" }, "offset": { "type": "integer" }, "timestamp": { "type": "datetime" } } }