Azure DevTest Labs · Schema

ArmTemplate

An Azure Resource Manager template.

AzureDevelopmentInfrastructureLabsTestingVirtual Machines

Properties

Name Type Description
properties object The properties of the resource.
View JSON Schema on GitHub

JSON Schema

azure-test-labs-arm-template-schema.json Raw ↑
{
  "$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"
  ]
}