app.standard-reader.getAuthorPublications

standard-reader.app

Schema Diff

+2 -1

From

CID
bafyreidtz4s4n2k...
Indexed At
2026-06-13 04:56 UTC
View this version

To

CID
bafyreiba2uqvl6x...
Indexed At
2026-07-26 20:08 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "app.standard-reader.getAuthorPublications",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "query",
6 6
      "output": {
7 7
        "schema": {
8 8
          "ref": "app.standard-reader.defs#cursorPagePublications",
9 9
          "type": "ref"
10 10
        },
11 11
        "encoding": "application/json"
12 12
      },
13 13
      "parameters": {
14 14
        "type": "params",
15 15
        "required": [
16 16
          "did"
17 17
        ],
18 18
        "properties": {
19 19
          "did": {
20 20
            "type": "string",
21 21
            "format": "did"
22 22
          },
23 23
          "limit": {
24 24
            "type": "integer",
25 25
            "default": 20,
26 26
            "maximum": 50,
27 27
            "minimum": 1
28 28
          },
29 29
          "cursor": {
30 -
            "type": "string"
30 +
            "type": "string",
31 +
            "maxLength": 8192
31 32
          }
32 33
        }
33 34
      },
34 35
      "description": "Publications owned by a DID with cursor pagination."
35 36
    }
36 37
  },
37 38
  "$type": "com.atproto.lexicon.schema",
38 39
  "lexicon": 1
39 40
}

Compare Other Versions

Lexicon Garden

@