Skip to content

Commit

Permalink
latest update.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny committed Sep 12, 2024
1 parent 759ef0b commit 6641271
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/schemas/json/aspire-8.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
},
"bindings": {
"$ref": "#/definitions/bindings"
},
"buildArgs": {
"$ref": "#/definitions/buildArgs"
}
},
"additionalProperties": false
Expand Down Expand Up @@ -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.",
Expand Down

0 comments on commit 6641271

Please sign in to comment.