Skip to content

Commit ebc8ec3

Browse files
committed
fix: extra comma in json
Signed-off-by: David Hontecillas <dhontecillas@gmail.com>
1 parent 167580e commit ebc8ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2.13/messaging/kafka/connection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Enterprise only. Defines how to connect to a Kafka cluster",
66
"type": "object",
77
"required": [
8-
"brokers",
8+
"brokers"
99
],
1010
"properties": {
1111
"brokers": {

0 commit comments

Comments
 (0)