diff --git a/src/schemas/json/aspire-8.0.json b/src/schemas/json/aspire-8.0.json index 9819085e10a..56ef07968b2 100644 --- a/src/schemas/json/aspire-8.0.json +++ b/src/schemas/json/aspire-8.0.json @@ -38,6 +38,9 @@ }, "bindings": { "$ref": "#/definitions/bindings" + }, + "buildArgs": { + "$ref": "#/definitions/buildArgs" } }, "additionalProperties": false @@ -524,6 +527,13 @@ }, "additionalProperties": false }, + "buildArgs": { + "type": "object", + "description": "A list of build arguments which are used during container build (for dockerfile.v0 resource type).", + "additionalProperties": { + "type": "string" + } + }, "bindings": { "type": "object", "description": "A list of port bindings for the resource when it is deployed.",