diff --git a/schemas/oxc/RuleAlienMission.json b/schemas/oxc/RuleAlienMission.json index 484c36f..72f065e 100644 --- a/schemas/oxc/RuleAlienMission.json +++ b/schemas/oxc/RuleAlienMission.json @@ -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"