app.standard-reader.getTrendingDocuments

standard-reader.app

Schema Diff

+1 -0

From

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

To

CID
bafyreifd3atedss...
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.getTrendingDocuments",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "query",
6 6
      "output": {
7 7
        "schema": {
8 8
          "type": "object",
9 9
          "required": [
10 10
            "items"
11 11
          ],
12 12
          "properties": {
13 13
            "items": {
14 14
              "type": "array",
15 15
              "items": {
16 16
                "ref": "app.standard-reader.defs#documentView",
17 17
                "type": "ref"
18 18
              }
19 19
            }
20 20
          }
21 21
        },
22 22
        "encoding": "application/json"
23 23
      },
24 24
      "parameters": {
25 25
        "type": "params",
26 26
        "required": [],
27 27
        "properties": {
28 28
          "limit": {
29 29
            "type": "integer",
30 30
            "default": 12,
31 31
            "maximum": 100,
32 32
            "minimum": 1
33 33
          },
34 34
          "scope": {
35 35
            "type": "string",
36 36
            "default": "rail",
37 +
            "maxLength": 32,
37 38
            "knownValues": [
38 39
              "rail",
39 40
              "page"
40 41
            ]
41 42
          }
42 43
        }
43 44
      },
44 45
      "description": "Ranked list of trending articles across the network."
45 46
    }
46 47
  },
47 48
  "$type": "com.atproto.lexicon.schema",
48 49
  "lexicon": 1
49 50
}

Compare Other Versions

Lexicon Garden

@