social.smallbury.notification.list

lexicon.pds.smallbury.social

{
  "id": "social.smallbury.notification.list",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "notifications"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "notifications": {
              "type": "array",
              "items": {
                "ref": "#notificationView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          }
        }
      },
      "description": "Notifications for the authenticated viewer (newest first). Includes read items; AppView may drop items older than 30 days."
    },
    "notificationView": {
      "type": "object",
      "required": [
        "id",
        "kind",
        "actor",
        "reactionCount",
        "replyCount",
        "readAt",
        "createdAt",
        "updatedAt",
        "isMutualTrust"
      ],
      "properties": {
        "id": {
          "type": "string"
        },
        "kind": {
          "enum": [
            "post_engagement",
            "follow",
            "trust"
          ],
          "type": "string"
        },
        "actor": {
          "ref": "social.smallbury.defs#actorView",
          "type": "ref"
        },
        "readAt": {
          "type": "string",
          "format": "datetime"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "updatedAt": {
          "type": "string",
          "format": "datetime"
        },
        "replyCount": {
          "type": "integer",
          "minimum": 0
        },
        "isMutualTrust": {
          "type": "boolean"
        },
        "reactionCount": {
          "type": "integer",
          "minimum": 0
        },
        "subjectPostUri": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.smallbury.notification.list

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

Metadata

DID
did:plc:wnagcp6h73nxmvmwid2xxukx
CID
bafyreiedkpa3eolihubfl2gc5uosvanjqickzkq4af4emrizenzgfspwju
Indexed At
2026-06-26 11:59 UTC
AT-URI
at://did:plc:wnagcp6h73nxmvmwid2xxukx/com.atproto.lexicon.schema/social.smallbury.notification.list

Referenced Schemas (1)

Lexicon Garden

@