Skip to content

Commit

Permalink
check for type field in configurationItems
Browse files Browse the repository at this point in the history
  • Loading branch information
nusantara-self committed Oct 22, 2024
1 parent 3c80ac0 commit 86aca96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/flavors/flavor_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
"description": {
"type": "string"
},
"type": {
"type": "string"
},
"multi": {
"type": "boolean"
},
Expand All @@ -109,6 +112,7 @@
"name",
"description",
"multi",
"type",
"required"
]
},
Expand Down

0 comments on commit 86aca96

Please sign in to comment.