diff --git a/schema.json b/schema.json index 7b0563c..df9a6a2 100644 --- a/schema.json +++ b/schema.json @@ -72,7 +72,7 @@ "limit": { "type": "integer", "description": "The number of times this job can be retried", - "minimum": 1, + "minimum": 0, "maximum": 10 }, "signal": {