{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "additionalProperties": false,
  "id": "https://json.schemastore.org/importmap.json",
  "properties": {
    "imports": {
      "description": "The Imports field",
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "scopes": {
      "description": "The Scopes field",
      "type": "object",
      "additionalProperties": {
        "type": "object",
        "additionalProperties": {
          "type": "string"
        }
      }
    }
  },
  "title": "JSON schema for Import Maps files",
  "type": "object"
}
