Skip to content

Commit

Permalink
Add minimum to count
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr authored Feb 6, 2025
1 parent e69e376 commit fe77531
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@
"type": "number"
},
"count": {
"type": "integer"
"type": "integer",
"minimum": 0
},
"maximum": {
"type": "number"
Expand All @@ -269,4 +270,4 @@
}
}
}
}
}

0 comments on commit fe77531

Please sign in to comment.