mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +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" : {
|
||||
"description" : "Number of partitions into which the topic is divided.",
|
||||
"type" : "integer",
|
||||
"minimum": "1"
|
||||
"minimum": 1
|
||||
},
|
||||
"schemaText" : {
|
||||
"description" : "Schema used for message serialization. Optional as some topics may not have associated schemas.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user