Skip to content

Commit

Permalink
Add upper and lower limits for number
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavybullets8 committed Oct 9, 2024
1 parent 998c216 commit be0c6d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schemas/config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,9 @@
"type": "boolean"
},
"season_monitored_threshold": {
"type": "number"
"type": "number",
"minimum": 0,
"maximum": 1
}
},
"required": [
Expand Down

0 comments on commit be0c6d1

Please sign in to comment.