Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingshu918 committed Aug 4, 2023
1 parent 45f34e3 commit 5b88907
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,15 @@
"description": "Number of the pipeline nodes, which should be greater than 0 and less than 11.",
"type": "integer",
"format": "int32",
"minimum": 1
"minimum": 1,
"maximum": 10
},
"numberOfExternalNodes": {
"description": "Number of the the external nodes, which should be greater than 0 and less than 11.",
"type": "integer",
"format": "int32",
"minimum": 1
"minimum": 1,
"maximum": 10
}
},
"additionalProperties": {
Expand Down

0 comments on commit 5b88907

Please sign in to comment.