From e51eab751d734d301a68843d5602f60cabfdf14d Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Wed, 17 Aug 2022 23:04:40 -0300 Subject: [PATCH] docs: update schema Signed-off-by: Carlos A Becker --- www/docs/static/schema-pro.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index 44171d34848..ead13b7a571 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -998,6 +998,9 @@ }, "type": { "type": "string" + }, + "version": { + "type": "string" } }, "additionalProperties": false, @@ -1346,6 +1349,9 @@ "bindir": { "type": "string" }, + "changelog": { + "type": "string" + }, "meta": { "type": "boolean" } @@ -1912,6 +1918,9 @@ "draft": { "type": "boolean" }, + "replace_existing_draft": { + "type": "boolean" + }, "disable": { "type": "boolean" },