pub.chive.notification.listEndorsementsOnMyPapers

chive.pub

{
  "id": "pub.chive.notification.listEndorsementsOnMyPapers",
  "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": "#endorsementNotification",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 25,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          },
          "unreadOnly": {
            "type": "boolean",
            "default": false
          }
        }
      },
      "description": "List endorsements 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"
        }
      }
    },
    "endorsementNotification": {
      "type": "object",
      "required": [
        "uri",
        "eprintUri",
        "endorser",
        "contributions",
        "createdAt"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "isRead": {
          "type": "boolean"
        },
        "comment": {
          "type": "string"
        },
        "endorser": {
          "ref": "#authorRef",
          "type": "ref"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "eprintUri": {
          "type": "string",
          "format": "at-uri"
        },
        "eprintTitle": {
          "type": "string"
        },
        "contributions": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.notification.listEndorsementsOnMyPapers

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreigofxdkx5xpuocqyywpegswijyqxwg6hre6vw3tugmbci77ctjjpu
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.notification.listEndorsementsOnMyPapers

Lexicon Garden

@