app.didpic.notification.defs

lexicons.didpic.app

{
  "id": "app.didpic.notification.defs",
  "defs": {
    "notificationView": {
      "type": "object",
      "required": [
        "id",
        "reason",
        "author",
        "recordUri",
        "recordCid",
        "isRead",
        "createdAt",
        "indexedAt"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "Server-issued opaque identifier for this notification within the recipient's stream."
        },
        "author": {
          "ref": "app.didpic.actor.defs#profileBasic",
          "type": "ref"
        },
        "isRead": {
          "type": "boolean",
          "description": "True if this notification's indexedAt is at or before the viewer's stored seenAt boundary."
        },
        "reason": {
          "type": "string",
          "knownValues": [
            "like",
            "comment",
            "reply",
            "follow"
          ]
        },
        "postUri": {
          "type": "string",
          "format": "at-uri",
          "description": "Denormalised thread-root post URI for all post-context reasons (like / comment / reply). Lets clients route directly to the post view without a lookup. Absent for follow notifications."
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "indexedAt": {
          "type": "string",
          "format": "datetime"
        },
        "recordCid": {
          "type": "string",
          "format": "cid"
        },
        "recordUri": {
          "type": "string",
          "format": "at-uri",
          "description": "URI of the underlying interaction record (like, comment, or follow)."
        },
        "subjectCid": {
          "type": "string",
          "format": "cid"
        },
        "subjectUri": {
          "type": "string",
          "format": "at-uri",
          "description": "URI of the thing the interaction targeted: post for top-level comments and post-likes, comment for comment-likes and replies. Absent for follow notifications."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.didpic.notification.defs

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

Metadata

DID
did:plc:an2jtp4jgkkbtmwfzhpbxawd
CID
bafyreianj477oaja6ycslfu4z4oofmcr5qvqbtnqafjmvbmbxkbouuy3ua
Indexed At
2026-05-16 06:40 UTC
AT-URI
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.notification.defs

Version History (5 versions)

Referenced Schemas (1)

Lexicon Garden

@