From 2038281c8250194add4d9cbd02dce35e7d5c6278 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Mon, 8 Aug 2022 09:23:51 -0300 Subject: [PATCH] docs: schema update Signed-off-by: Carlos A Becker --- www/docs/static/schema-pro.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index 9b09a75f9a7..69622fe1b77 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -1314,6 +1314,12 @@ }, "type": "array" }, + "provides": { + "items": { + "type": "string" + }, + "type": "array" + }, "contents": { "$ref": "#/$defs/Contents" }, @@ -1570,6 +1576,12 @@ }, "type": "array" }, + "provides": { + "items": { + "type": "string" + }, + "type": "array" + }, "contents": { "$ref": "#/$defs/Contents" }, @@ -1945,6 +1957,9 @@ "disable": { "type": "boolean" }, + "skip_upload": { + "type": "boolean" + }, "prerelease": { "type": "string" },