{
  "$id": "https://hash.ai/@h/types/entity-type/notification/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A notification to a user.",
  "icon": "/icons/types/megaphone.svg",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@h/types/property-type/archived/": {
      "$ref": "https://hash.ai/@h/types/property-type/archived/v/1"
    },
    "https://hash.ai/@h/types/property-type/read-at/": {
      "$ref": "https://hash.ai/@h/types/property-type/read-at/v/1"
    }
  },
  "title": "Notification",
  "type": "object"
}