{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/azure-landing-zones-library-archetype-definition/latest.json",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/Azure/Azure-Landing-Zones-Library/main/schemas/archetype_definition.json",
    "sourceSha256": "062d96ce9d90d3ffc69f3a162d0c0ae8da0cfa0f9affc1803b856f7af34dbe7c",
    "fileMatch": [
      "*.alz_archetype_definition.json",
      "*.alz_archetype_definition.yaml",
      "*.alz_archetype_definition.yml"
    ],
    "parsers": [
      "json",
      "yaml"
    ]
  },
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "policy_assignments": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "policy_definitions": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "policy_set_definitions": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "role_definitions": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "name"
  ]
}
