diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index c5120d13786..f778a4549ea 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -1772,6 +1772,9 @@ "draft": { "type": "boolean" }, + "replace_existing_draft": { + "type": "boolean" + }, "disable": { "type": "boolean" },