{
  "$id": "https://hash.ai/@h/types/entity-type/comment-notification/v/4",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@h/types/entity-type/notification/v/1"
    }
  ],
  "description": "A notification related to a comment.",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@h/types/entity-type/occurred-in-block/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/block/v/1"
          }
        ]
      },
      "maxItems": 1,
      "minItems": 1,
      "type": "array"
    },
    "https://hash.ai/@h/types/entity-type/occurred-in-entity/v/2": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/page/v/1"
          }
        ]
      },
      "maxItems": 1,
      "minItems": 1,
      "type": "array"
    },
    "https://hash.ai/@h/types/entity-type/replied-to-comment/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/comment/v/4"
          }
        ]
      },
      "maxItems": 1,
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@h/types/entity-type/triggered-by-comment/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/comment/v/4"
          }
        ]
      },
      "maxItems": 1,
      "minItems": 1,
      "type": "array"
    },
    "https://hash.ai/@h/types/entity-type/triggered-by-user/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/user/v/4"
          }
        ]
      },
      "maxItems": 1,
      "minItems": 1,
      "type": "array"
    }
  },
  "properties": {},
  "title": "Comment Notification",
  "type": "object"
}