From 66412717da6c0c2354f4aef2f4943324c160e666 Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Thu, 12 Sep 2024 12:41:05 +1000 Subject: [PATCH] latest update. --- src/schemas/json/aspire-8.0.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.",