diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index 8426fc4f3..d95a3acd2 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -2304,6 +2304,9 @@ }, "base": { "$ref": "#/$defs/PullRequestBase" + }, + "draft": { + "type": "boolean" } }, "additionalProperties": false,