app.standard-reader.resolveHandle

standard-reader.app

Schema Diff

+5 -2

From

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

To

CID
bafyreid6oiinhhy...
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.resolveHandle:output.handle", sort: "maxLength", value: "128" }
  • ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.resolveHandle:output.source", sort: "maxLength", value: "32" }

Migration Guidance

Constraint Changes

  • ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.resolveHandle:output.handle", sort: "maxLength", value: "128" }
  • ConstraintAdded ConstraintAdded { vertex_id: "app.standard-reader.resolveHandle:output.source", sort: "maxLength", value: "32" }
1 1
{
2 2
  "id": "app.standard-reader.resolveHandle",
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
            "publications",
11 11
            "source"
12 12
          ],
13 13
          "properties": {
14 14
            "did": {
15 15
              "type": "string",
16 16
              "format": "did",
17 17
              "nullable": true
18 18
            },
19 19
            "handle": {
20 20
              "type": "string",
21 -
              "nullable": true
21 +
              "nullable": true,
22 +
              "maxLength": 128
22 23
            },
23 24
            "source": {
24 25
              "type": "string",
26 +
              "maxLength": 32,
25 27
              "knownValues": [
26 28
                "index",
27 29
                "repo",
28 30
                "none"
29 31
              ]
30 32
            },
31 33
            "publications": {
32 34
              "type": "array",
33 35
              "items": {
34 36
                "ref": "app.standard-reader.defs#publicationView",
35 37
                "type": "ref"
36 38
              }
37 39
            }
38 40
          }
39 41
        },
40 42
        "encoding": "application/json"
41 43
      },
42 44
      "parameters": {
43 45
        "type": "params",
44 46
        "required": [
45 47
          "handle"
46 48
        ],
47 49
        "properties": {
48 50
          "handle": {
49 -
            "type": "string"
51 +
            "type": "string",
52 +
            "maxLength": 128
50 53
          }
51 54
        }
52 55
      },
53 56
      "description": "Resolve an AT Proto handle, domain, or DID to site.standard.publication previews."
54 57
    }
55 58
  },
56 59
  "$type": "com.atproto.lexicon.schema",
57 60
  "lexicon": 1
58 61
}

Compare Other Versions

Lexicon Garden

@