{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@hash/types/entity-type/has-map-image/v/2",
  "kind": "entityType",
  "title": "Has Map Image",
  "type": "object",
  "allOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/entity-type/link/v/1"
    }
  ],
  "description": "Contains an image of a map.",
  "examples": [],
  "links": {},
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/mapbox-static-image-zoom-level/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/mapbox-static-image-zoom-level/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/mapbox-address-id/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/mapbox-address-id/v/1"
    }
  },
  "required": []
}