{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/azure/refs/heads/main/json-structure/azure-generic-resource-structure.json", "description": "Resource information.", "type": "object", "properties": { "id": { "type": "string", "readOnly": true }, "name": { "type": "string" }, "type": { "type": "string" }, "location": { "type": "string" }, "tags": { "type": "object", "additionalProperties": { "type": "string" } }, "kind": { "type": "string" }, "managedBy": { "type": "string" }, "sku": { "type": "object", "properties": { "name": { "type": "string" }, "tier": { "type": "string" }, "capacity": { "type": "integer" } } } }, "name": "GenericResource" }