diff --git a/clients/src/main/resources/common/message/DescribeProducersRequest.json b/clients/src/main/resources/common/message/DescribeProducersRequest.json index 0ffd834e6bd..0e3813bb020 100644 --- a/clients/src/main/resources/common/message/DescribeProducersRequest.json +++ b/clients/src/main/resources/common/message/DescribeProducersRequest.json @@ -21,12 +21,11 @@ "validVersions": "0", "flexibleVersions": "0+", "fields": [ - { "name": "Topics", "type": "[]TopicRequest", "versions": "0+", "fields": [ - { "name": "Name", "type": "string", "versions": "0+", "entityType": "topicName", - "about": "The topic name." }, - { "name": "PartitionIndexes", "type": "[]int32", "versions": "0+", - "about": "The indexes of the partitions to list producers for." } - ]} - ]} + { "name": "Topics", "type": "[]TopicRequest", "versions": "0+", "fields": [ + { "name": "Name", "type": "string", "versions": "0+", "entityType": "topicName", + "about": "The topic name." }, + { "name": "PartitionIndexes", "type": "[]int32", "versions": "0+", + "about": "The indexes of the partitions to list producers for." } + ]} ] }