{
  "$id": "https://hash.ai/@h/types/entity-type/mention-notification/v/3",
  "$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 that a user was mentioned somewhere.",
  "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-comment/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/comment/v/3"
          }
        ]
      },
      "maxItems": 1,
      "minItems": 0,
      "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/occurred-in-text/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/text/v/1"
          }
        ]
      },
      "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/3"
          }
        ]
      },
      "maxItems": 1,
      "minItems": 1,
      "type": "array"
    }
  },
  "properties": {},
  "title": "Mention Notification",
  "type": "object"
}