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,