{
  "$id": "https://hash.ai/@h/types/entity-type/comment/v/6",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "Comment associated with the issue.",
  "icon": "/icons/types/comment.svg",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@h/types/entity-type/authored-by/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/user/v/6"
          }
        ]
      },
      "maxItems": 1,
      "minItems": 1,
      "type": "array"
    },
    "https://hash.ai/@h/types/entity-type/has-parent/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/comment/v/6"
          },
          {
            "$ref": "https://hash.ai/@h/types/entity-type/block/v/1"
          }
        ]
      },
      "maxItems": 1,
      "minItems": 1,
      "type": "array"
    },
    "https://hash.ai/@h/types/entity-type/has-text/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/text/v/1"
          }
        ]
      },
      "maxItems": 1,
      "minItems": 1,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@h/types/property-type/deleted-at/": {
      "$ref": "https://hash.ai/@h/types/property-type/deleted-at/v/1"
    },
    "https://hash.ai/@h/types/property-type/resolved-at/": {
      "$ref": "https://hash.ai/@h/types/property-type/resolved-at/v/1"
    }
  },
  "title": "Comment",
  "type": "object"
}