{
"id": "pub.chive.notification.listReviewsOnMyPapers",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "AuthenticationRequired"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"notifications"
],
"properties": {
"cursor": {
"type": "string"
},
"unreadCount": {
"type": "integer"
},
"notifications": {
"type": "array",
"items": {
"ref": "#reviewNotification",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1,
"description": "Maximum results to return"
},
"cursor": {
"type": "string",
"description": "Pagination cursor"
},
"unreadOnly": {
"type": "boolean",
"default": false,
"description": "Only return unread notifications"
}
}
},
"description": "List reviews/comments on papers authored by the current user"
},
"authorRef": {
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"avatar": {
"type": "string",
"format": "uri"
},
"handle": {
"type": "string"
},
"displayName": {
"type": "string"
}
}
},
"reviewNotification": {
"type": "object",
"required": [
"uri",
"eprintUri",
"reviewer",
"createdAt"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "Review AT-URI"
},
"isRead": {
"type": "boolean"
},
"preview": {
"type": "string",
"description": "Preview of review content"
},
"reviewer": {
"ref": "#authorRef",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"eprintUri": {
"type": "string",
"format": "at-uri"
},
"eprintTitle": {
"type": "string"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreieicuxk6kouxm5rq5c7iiownl4qskmqlbex3cqisyskre7wweulzm
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.notification.listReviewsOnMyPapers