Skip to content

Commit

Permalink
Stricter validation
Browse files Browse the repository at this point in the history
  • Loading branch information
MeridianOXC committed Dec 30, 2024
1 parent 8a2e12b commit 95883bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions schemas/oxc/RuleAlienMission.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@
"type": "string"
},
"count": {
"type": "integer"
"type": "integer",
"minimum": 0
},
"trajectory": {
"type": "string"
},
"timer": {
"type": "integer"
"type": "integer",
"minimum": 0
},
"objective": {
"type": "boolean"
Expand Down

0 comments on commit 95883bc

Please sign in to comment.