Skip to content

Commit

Permalink
do not require enum of just node for resources
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed May 7, 2024
1 parent 5f9b6bf commit 7e5532b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/nextgen/v1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"type": "object",
"required": ["type"],
"properties": {
"type": {"type": "string"},
"count": {"type": "integer", "minimum": 1},
"requires": {
"type": "array",
Expand Down

0 comments on commit 7e5532b

Please sign in to comment.