mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-06 21:43:37 +00:00
Fix topic partition count min to be an integer instead of string (#1063)
Co-authored-by: Matt <mithmatt@github.com>
This commit is contained in:
parent
433857ca0c
commit
845552670a
@ -86,7 +86,7 @@
|
|||||||
"partitions" : {
|
"partitions" : {
|
||||||
"description" : "Number of partitions into which the topic is divided.",
|
"description" : "Number of partitions into which the topic is divided.",
|
||||||
"type" : "integer",
|
"type" : "integer",
|
||||||
"minimum": "1"
|
"minimum": 1
|
||||||
},
|
},
|
||||||
"schemaText" : {
|
"schemaText" : {
|
||||||
"description" : "Schema used for message serialization. Optional as some topics may not have associated schemas.",
|
"description" : "Schema used for message serialization. Optional as some topics may not have associated schemas.",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user