From c1b71396c6e8d36e6e2bbae9047e687ed9da167a Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 20 Dec 2023 15:40:29 -0300 Subject: [PATCH] docs: update Signed-off-by: Carlos Alexandro Becker --- www/docs/static/schema-pro.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index c7c4f79572c..cad1133c469 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -101,6 +101,9 @@ }, "goamd64": { "type": "string" + }, + "directory": { + "type": "string" } }, "additionalProperties": false, @@ -1394,6 +1397,13 @@ }, "version": { "type": "string" + }, + "os": { + "type": "string", + "enum": [ + "mac", + "linux" + ] } }, "additionalProperties": false,