app.standard-reader.updateList

standard-reader.app

Schema Diff

+6 -3

From

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

To

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

Compatibility Analysis

Breaking Changes Detected

3 breaking changes, 0 non-breaking changes.

Breaking Changes (3)
  • ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.updateList:input.rkey", sort: "maxLength", value: "128" }
  • ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.updateList:input.name", sort: "maxLength", value: "128" }
  • ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.updateList:input.description", sort: "maxLength", value: "4096" }

Migration Guidance

Constraint Changes

  • ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.updateList:input.name", sort: "maxLength", value: "128" }
  • ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.updateList:input.description", sort: "maxLength", value: "4096" }
  • ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.updateList:input.rkey", sort: "maxLength", value: "128" }
1 1
{
2 2
  "id": "app.standard-reader.updateList",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "procedure",
6 6
      "input": {
7 7
        "schema": {
8 8
          "type": "object",
9 9
          "required": [
10 10
            "rkey",
11 11
            "name",
12 12
            "publications"
13 13
          ],
14 14
          "properties": {
15 15
            "name": {
16 -
              "type": "string"
16 +
              "type": "string",
17 +
              "maxLength": 128
17 18
            },
18 19
            "rkey": {
19 -
              "type": "string"
20 +
              "type": "string",
21 +
              "maxLength": 128
20 22
            },
21 23
            "description": {
22 -
              "type": "string"
24 +
              "type": "string",
25 +
              "maxLength": 4096
23 26
            },
24 27
            "publications": {
25 28
              "type": "array",
26 29
              "items": {
27 30
                "type": "string",
28 31
                "format": "at-uri"
29 32
              }
30 33
            }
31 34
          }
32 35
        },
33 36
        "encoding": "application/json"
34 37
      },
35 38
      "output": {
36 39
        "schema": {
37 40
          "type": "object",
38 41
          "properties": {}
39 42
        },
40 43
        "encoding": "application/json"
41 44
      },
42 45
      "description": "Replace an existing publication list."
43 46
    }
44 47
  },
45 48
  "$type": "com.atproto.lexicon.schema",
46 49
  "lexicon": 1
47 50
}

Compare Other Versions

Lexicon Garden

@