diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index d31f31485..32322d6b4 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -3458,6 +3458,30 @@ }, "type": "array" }, + "goos": { + "items": { + "type": "string" + }, + "type": "array" + }, + "goarch": { + "items": { + "type": "string" + }, + "type": "array" + }, + "goarm": { + "items": { + "type": "string" + }, + "type": "array" + }, + "goamd64": { + "items": { + "type": "string" + }, + "type": "array" + }, "binary": { "type": "string" },