diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index fe0553227..520da6917 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -299,12 +299,6 @@ "hooks": { "$ref": "#/$defs/BuildHookConfig" }, - "env": { - "items": { - "type": "string" - }, - "type": "array" - }, "builder": { "type": "string" }, @@ -341,6 +335,12 @@ "gcflags": { "$ref": "#/$defs/StringArray" }, + "env": { + "items": { + "type": "string" + }, + "type": "array" + }, "overrides": { "items": { "$ref": "#/$defs/BuildDetailsOverride" @@ -382,6 +382,12 @@ }, "gcflags": { "$ref": "#/$defs/StringArray" + }, + "env": { + "items": { + "type": "string" + }, + "type": "array" } }, "additionalProperties": false,