{
  "$id": "https://hash.ai/@h/types/entity-type/has-indexed-content/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/entity-type/link/v/1"
    }
  ],
  "description": "Something contained at an index by something",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@h/types/property-type/fractional-index/": {
      "$ref": "https://hash.ai/@h/types/property-type/fractional-index/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/fractional-index/"
  ],
  "title": "Has Indexed Content",
  "type": "object"
}