Skip to content

Commit

Permalink
Ensure options exists in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Nov 22, 2023
1 parent 8adecfa commit 8941c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/schema/ModelRunOptions.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
},
"additionalProperties": false,
"required": [ "name", "type", "required" ]
"required": [ "name", "type", "required", "options" ]
},
"multiselectControl": {
"type": "object",
Expand Down Expand Up @@ -65,7 +65,7 @@
}
},
"additionalProperties": false,
"required": [ "name", "type", "required" ]
"required": [ "name", "type", "required", "options" ]
},
"numberControl": {
"type": "object",
Expand Down

0 comments on commit 8941c28

Please sign in to comment.