{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@blockprotocol/types/entity-type/remote-image-file/v/1",
  "kind": "entityType",
  "title": "Remote Image File",
  "type": "object",
  "allOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/entity-type/remote-file/v/2"
    }
  ],
  "description": "Information about an image file hosted at a remote URL.",
  "examples": [],
  "links": {},
  "properties": {},
  "required": []
}