app.standard-reader.getTagFeed

standard-reader.app

Schema Diff

+11 -5

From

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

To

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

Compatibility Analysis

Breaking Changes Detected

2 breaking changes, 0 non-breaking changes.

Breaking Changes (2)
  • ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.getTagFeed:output.cursor", sort: "maxLength", value: "8192" }
  • ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.getTagFeed:output.view", sort: "maxLength", value: "32" }

Migration Guidance

Constraint Changes

  • ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.getTagFeed:output.view", sort: "maxLength", value: "32" }
  • ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.getTagFeed:output.cursor", sort: "maxLength", value: "8192" }
1 1
{
2 2
  "id": "app.standard-reader.getTagFeed",
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
            "view",
11 11
            "items"
12 12
          ],
13 13
          "properties": {
14 14
            "view": {
15 -
              "type": "string"
15 +
              "type": "string",
16 +
              "maxLength": 32
16 17
            },
17 18
            "items": {
18 19
              "type": "array",
19 20
              "items": {
20 21
                "refs": [
21 22
                  "app.standard-reader.defs#publicationView",
22 23
                  "app.standard-reader.defs#documentView"
23 24
                ],
24 25
                "type": "union"
25 26
              }
26 27
            },
27 28
            "cursor": {
28 29
              "type": "string",
29 -
              "nullable": true
30 +
              "nullable": true,
31 +
              "maxLength": 8192
30 32
            }
31 33
          }
32 34
        },
33 35
        "encoding": "application/json"
34 36
      },
35 37
      "parameters": {
36 38
        "type": "params",
37 39
        "required": [
38 40
          "tag"
39 41
        ],
40 42
        "properties": {
41 43
          "tag": {
42 -
            "type": "string"
44 +
            "type": "string",
45 +
            "maxLength": 128
43 46
          },
44 47
          "sort": {
45 -
            "type": "string"
48 +
            "type": "string",
49 +
            "maxLength": 32
46 50
          },
47 51
          "view": {
48 52
            "type": "string",
49 53
            "default": "articles",
54 +
            "maxLength": 32,
50 55
            "knownValues": [
51 56
              "articles",
52 57
              "publications"
53 58
            ]
54 59
          },
55 60
          "limit": {
56 61
            "type": "integer",
57 62
            "default": 20,
58 63
            "maximum": 50,
59 64
            "minimum": 1
60 65
          },
61 66
          "cursor": {
62 -
            "type": "string"
67 +
            "type": "string",
68 +
            "maxLength": 8192
63 69
          }
64 70
        }
65 71
      },
66 72
      "description": "Articles or publications carrying a given tag."
67 73
    }
68 74
  },
69 75
  "$type": "com.atproto.lexicon.schema",
70 76
  "lexicon": 1
71 77
}

Compare Other Versions

Lexicon Garden

@