Skip to content

Commit

Permalink
fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoseley committed Feb 7, 2025
1 parent 329456f commit f6ee3c5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/Schema/aspire-8.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
"definitions": {
"resource.azure.bicep.v0": {
"type": "object",
"default": "Represents a resource that is deployed using Azure Bicep.",
"description": "Represents a resource that is deployed using Azure Bicep.",
"required": [ "path" ],
"properties": {
"type": {
Expand Down Expand Up @@ -523,18 +523,19 @@
"$ref": "#/definitions/resource.azure.bicep.v0"
},
{
"type": "object",
"properties": {
"type": {
"const": "azure.bicep.v1"
},
"scope": {
"type": "object",
"properties": {
"resourceGroup": {
"type": "string",
"description": "The name of the resource group to deploy the resource to."
}
"type": "object",
"properties": {
"resourceGroup": {
"type": "string",
"description": "The name of the resource group to deploy the resource to."
}
}
}
}
}
Expand Down

0 comments on commit f6ee3c5

Please sign in to comment.