{
  "$id": "https://hash.ai/@h/types/entity-type/image-file/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@h/types/entity-type/file/v/1"
    }
  ],
  "description": "An image file hosted at a URL",
  "icon": "/icons/types/file-image.svg",
  "kind": "entityType",
  "properties": {},
  "title": "Image File",
  "type": "object"
}