pub.chive.annotation.listByAuthor

chive.pub

{
  "id": "pub.chive.annotation.listByAuthor",
  "defs": {
    "main": {
      "type": "query",
      "errors": [],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "annotations",
            "hasMore"
          ],
          "properties": {
            "total": {
              "type": "integer",
              "description": "Total number of annotations by this author"
            },
            "cursor": {
              "type": "string",
              "description": "Cursor for next page"
            },
            "hasMore": {
              "type": "boolean",
              "description": "Whether more results are available"
            },
            "annotations": {
              "type": "array",
              "items": {
                "ref": "pub.chive.annotation.listForEprint#annotationView",
                "type": "ref"
              },
              "description": "List of annotations by the author"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "annotatorDid"
        ],
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of results to return"
          },
          "cursor": {
            "type": "string",
            "description": "Pagination cursor for next page"
          },
          "motivation": {
            "type": "string",
            "description": "Filter by annotation motivation",
            "knownValues": [
              "commenting",
              "questioning",
              "highlighting",
              "replying"
            ]
          },
          "annotatorDid": {
            "type": "string",
            "format": "did",
            "description": "DID of the annotator"
          }
        }
      },
      "description": "List annotations created by a specific author"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.annotation.listByAuthor

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@