{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/azure/refs/heads/main/json-structure/azure-resource-group-structure.json", "description": "Resource group information.", "type": "object", "properties": { "id": { "type": "string", "readOnly": true }, "name": { "type": "string" }, "type": { "type": "string", "readOnly": true }, "location": { "type": "string" }, "tags": { "type": "object", "additionalProperties": { "type": "string" } }, "properties": { "type": "object", "properties": { "provisioningState": { "type": "string", "readOnly": true } } } }, "name": "ResourceGroup" }