Skip to content

Commit

Permalink
Merge pull request #438 from athombv/fix/min-max-step-schema
Browse files Browse the repository at this point in the history
Added min, max and step on top level of driversettings as described i…
  • Loading branch information
hmeerlo authored Aug 8, 2024
2 parents 62ae021 + f039830 commit 8449151
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/app/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,16 @@
}
}
},
"min": {
"type": "number"
},
"max": {
"type": "number"
},
"step": {
"type": "number",
"minimum": 0
},
"highlight": {
"type": "boolean",
"enum": [
Expand Down

0 comments on commit 8449151

Please sign in to comment.