diff --git a/schema.json b/schema.json index a5e5310..d6021fc 100644 --- a/schema.json +++ b/schema.json @@ -557,6 +557,7 @@ }, "blocked_state": { "type": "string", + "default": "passed", "description": "The state that the build is set to when the build is blocked by this block step", "enum": [ "passed", "failed", "running" ] },