{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/importmap-json/latest.json",
  "title": "JSON schema for Import Maps files",
  "x-lintel": {
    "source": "https://www.schemastore.org/importmap.json",
    "sourceSha256": "5b2cb469feacb0c97cc1c10fceb75c882a7277f95535ff60484bcdd75f8629b1",
    "fileMatch": [
      "importmap.json",
      "import_map.json",
      "import-map.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "properties": {
    "imports": {
      "description": "The Imports field",
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "scopes": {
      "description": "The Scopes field",
      "type": "object",
      "additionalProperties": {
        "type": "object",
        "additionalProperties": {
          "type": "string"
        }
      }
    }
  },
  "id": "https://json.schemastore.org/importmap.json",
  "additionalProperties": false
}
