From ee9816bf7b573f7334ff6efde5dc60ac73d4dac0 Mon Sep 17 00:00:00 2001 From: Carlos A Becker <caarlos0@users.noreply.github.com> Date: Tue, 27 Dec 2022 18:36:05 -0300 Subject: [PATCH] docs: schema update Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> --- www/docs/static/schema-pro.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index caad9f252..71ceec202 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -211,6 +211,9 @@ "strip_parent_binary_folder": { "type": "boolean" }, + "rlcp": { + "type": "boolean" + }, "files": { "items": { "$ref": "#/$defs/File" @@ -2131,7 +2134,7 @@ }, "type": "array" }, - "chocolatey": { + "chocolateys": { "items": { "$ref": "#/$defs/Chocolatey" }, @@ -2868,6 +2871,9 @@ "$ref": "#/$defs/File" }, "type": "array" + }, + "rlcp": { + "type": "boolean" } }, "additionalProperties": false,