social.colibri.beta.notification.defs

colibri.social

{
  "id": "social.colibri.beta.notification.defs",
  "defs": {
    "notificationView": {
      "type": "object",
      "required": [
        "id",
        "kind",
        "author",
        "channel",
        "community",
        "indexedAt"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "Opaque identifier, used to mark this notification seen."
        },
        "kind": {
          "type": "string",
          "description": "Why it was raised.",
          "knownValues": [
            "mention",
            "reply",
            "message"
          ]
        },
        "author": {
          "ref": "social.colibri.beta.actor.defs#profileView",
          "type": "ref",
          "description": "Who caused it."
        },
        "seenAt": {
          "type": "string",
          "format": "datetime",
          "description": "When the user marked it seen."
        },
        "channel": {
          "type": "string",
          "format": "space-ref",
          "description": "The channel it happened in."
        },
        "message": {
          "ref": "social.colibri.beta.channel.defs#messageView",
          "type": "ref",
          "description": "The message, when still readable."
        },
        "community": {
          "type": "string",
          "format": "did",
          "description": "The community it happened in."
        },
        "indexedAt": {
          "type": "string",
          "format": "datetime",
          "description": "When the AppView raised it."
        },
        "mentionRole": {
          "type": "string",
          "description": "Name of the role whose mention raised this, for role mentions."
        }
      },
      "description": "A notification for the requesting user."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.notification.defs

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreicstouyn742oxcdane6js7cx6ojg5kcs5ffegvmngf3m2zordgrzy
Indexed At
2026-08-23 12:32 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.notification.defs

Referenced Schemas (2)

Lexicon Garden

@