{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@hash/types/entity-type/image-block/v/3",
  "kind": "entityType",
  "title": "Image Block",
  "type": "object",
  "allOf": [],
  "description": "The block entity for the “Image” block.\n\nSee: https://blockprotocol.org/@hash/blocks/image",
  "examples": [],
  "links": {
    "https://blockprotocol.org/@hash/types/entity-type/displays-media-file/v/1": {
      "type": "array",
      "minItems": 0,
      "maxItems": 1,
      "ordered": false,
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/image-file/v/1"
          }
        ]
      }
    }
  },
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/caption/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/caption/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/width-in-pixels/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/width-in-pixels/v/1"
    }
  },
  "required": []
}