{
"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
}
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