diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index cf3b36980..7d75e9a76 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -311,12 +311,6 @@ "hooks": { "$ref": "#/$defs/BuildHookConfig" }, - "env": { - "items": { - "type": "string" - }, - "type": "array" - }, "builder": { "type": "string" }, @@ -353,6 +347,12 @@ "gcflags": { "$ref": "#/$defs/StringArray" }, + "env": { + "items": { + "type": "string" + }, + "type": "array" + }, "overrides": { "items": { "$ref": "#/$defs/BuildDetailsOverride" @@ -397,6 +397,12 @@ }, "gcflags": { "$ref": "#/$defs/StringArray" + }, + "env": { + "items": { + "type": "string" + }, + "type": "array" } }, "additionalProperties": false,