app.standard-reader.getSaved

standard-reader.app

Schema Diff

+2 -1

From

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

To

CID
bafyreiekyxfb7zp...
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.getSaved",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "query",
6 6
      "output": {
7 7
        "schema": {
8 8
          "ref": "app.standard-reader.defs#cursorPageDocuments",
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
        "properties": {
17 17
          "did": {
18 18
            "type": "string",
19 19
            "format": "did"
20 20
          },
21 21
          "limit": {
22 22
            "type": "integer",
23 23
            "default": 20
24 24
          },
25 25
          "cursor": {
26 -
            "type": "string"
26 +
            "type": "string",
27 +
            "maxLength": 8192
27 28
          }
28 29
        }
29 30
      },
30 31
      "description": "Subject reader save queue with hydrated document rows."
31 32
    }
32 33
  },
33 34
  "$type": "com.atproto.lexicon.schema",
34 35
  "lexicon": 1
35 36
}

Compare Other Versions

Lexicon Garden

@