{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/azure-landing-zones-library-metadata/latest.json",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/Azure/Azure-Landing-Zones-Library/main/schemas/library_metadata.json",
    "sourceSha256": "b6165465374f3f8ff1df62316517fca25a0333fbd9b7988f71a7bb3729621a0b",
    "fileMatch": [
      "alz_library_metadata.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "display_name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "dependencies": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "path": {
            "type": "string"
          },
          "ref": {
            "type": "string"
          },
          "custom_url": {
            "type": "string"
          }
        }
      }
    }
  },
  "required": [
    "name",
    "display_name",
    "description"
  ]
}
