From c4941ebf51a3136df61cabc7676b42a914a7d1fe Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Tue, 15 Nov 2022 08:59:22 -0300 Subject: [PATCH] chore: update pro schema Signed-off-by: Carlos A Becker --- www/docs/static/schema-pro.json | 117 ++++++++++++++++++++++++++++---- 1 file changed, 104 insertions(+), 13 deletions(-) diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index ca3a8fb3d24..cedb2145647 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -30,7 +30,14 @@ "type": "string" }, "skip_upload": { - "type": "string" + "oneOf": [ + { + "type": "string" + }, + { + "type": "boolean" + } + ] }, "url_template": { "type": "string" @@ -111,7 +118,14 @@ "Announce": { "properties": { "skip": { - "type": "string" + "oneOf": [ + { + "type": "string" + }, + { + "type": "boolean" + } + ] }, "twitter": { "$ref": "#/$defs/Twitter" @@ -336,7 +350,14 @@ "type": "string" }, "skip": { - "type": "boolean" + "oneOf": [ + { + "type": "string" + }, + { + "type": "boolean" + } + ] }, "gobinary": { "type": "string" @@ -396,7 +417,14 @@ "type": "string" }, "goarm": { - "type": "string" + "oneOf": [ + { + "type": "string" + }, + { + "type": "integer" + } + ] }, "gomips": { "type": "string" @@ -719,7 +747,14 @@ "type": "string" }, "goarm": { - "type": "string" + "oneOf": [ + { + "type": "string" + }, + { + "type": "integer" + } + ] }, "goamd64": { "type": "string" @@ -734,7 +769,14 @@ "type": "array" }, "skip_push": { - "type": "string" + "oneOf": [ + { + "type": "string" + }, + { + "type": "boolean" + } + ] }, "extra_files": { "items": { @@ -770,7 +812,14 @@ "type": "string" }, "skip_push": { - "type": "string" + "oneOf": [ + { + "type": "string" + }, + { + "type": "boolean" + } + ] }, "image_templates": { "items": { @@ -1091,7 +1140,14 @@ "type": "string" }, "skip_upload": { - "type": "string" + "oneOf": [ + { + "type": "string" + }, + { + "type": "boolean" + } + ] }, "download_strategy": { "type": "string" @@ -1112,7 +1168,14 @@ "type": "array" }, "goarm": { - "type": "string" + "oneOf": [ + { + "type": "string" + }, + { + "type": "integer" + } + ] }, "goamd64": { "type": "string" @@ -1193,7 +1256,14 @@ "type": "string" }, "goarm": { - "type": "string" + "oneOf": [ + { + "type": "string" + }, + { + "type": "integer" + } + ] }, "gomips": { "type": "string" @@ -1279,13 +1349,27 @@ "type": "string" }, "goarm": { - "type": "string" + "oneOf": [ + { + "type": "string" + }, + { + "type": "integer" + } + ] }, "goamd64": { "type": "string" }, "skip_upload": { - "type": "string" + "oneOf": [ + { + "type": "string" + }, + { + "type": "boolean" + } + ] } }, "additionalProperties": false, @@ -2317,7 +2401,14 @@ "type": "array" }, "skip_upload": { - "type": "string" + "oneOf": [ + { + "type": "string" + }, + { + "type": "boolean" + } + ] }, "pre_install": { "items": {