An Azure Resource Manager template.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-test-labs/refs/heads/main/json-schema/azure-test-labs-arm-template-schema.json", "title": "ArmTemplate", "description": "An Azure Resource Manager template.", "type": "object", "properties": { "properties": { "$ref": "#/definitions/ArmTemplateProperties", "description": "The properties of the resource.", "x-ms-client-flatten": true } }, "required": [ "properties" ] }