dev.cartridge.getVerificationStatus

cartridge.dev

Schema Diff

+2 -0

From

CID
bafyreihw3hmqhno...
Indexed At
2026-06-15 01:54 UTC
View this version

To

CID
bafyreihilzhknjj...
Indexed At
2026-07-16 17:54 UTC
View this version

Compatibility Analysis

Breaking Changes Detected

1 breaking change, 0 non-breaking changes.

Breaking Changes (1)
  • ConstraintAdded ConstraintAdded { vertex_id: "dev.cartridge.getVerificationStatus:output.accountType", sort: "maxLength", value: "64" }

Migration Guidance

Constraint Changes

  • ConstraintAdded ConstraintAdded { vertex_id: "dev.cartridge.getVerificationStatus:output.accountType", sort: "maxLength", value: "64" }
1 1
{
2 2
  "id": "dev.cartridge.getVerificationStatus",
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
            "isVerified"
11 11
          ],
12 12
          "properties": {
13 13
            "isVerified": {
14 14
              "type": "boolean",
15 15
              "description": "Whether the account has been verified."
16 16
            },
17 17
            "accountType": {
18 18
              "type": "string",
19 +
              "maxLength": 64,
19 20
              "description": "The verified account type. Only present when isVerified is true.",
20 21
              "knownValues": [
21 22
                "studio",
22 23
                "developer",
23 24
                "publisher"
24 25
              ]
25 26
            }
26 27
          }
27 28
        },
28 29
        "encoding": "application/json"
29 30
      },
30 31
      "parameters": {
31 32
        "type": "params",
32 33
        "required": [
33 34
          "handle"
34 35
        ],
35 36
        "properties": {
36 37
          "handle": {
37 38
            "type": "string",
39 +
            "format": "at-identifier",
38 40
            "description": "DID or handle to check."
39 41
          }
40 42
        }
41 43
      },
42 44
      "description": "Check whether a DID or handle has been verified by the Cartridge verifier. Does not require authentication."
43 45
    }
44 46
  },
45 47
  "$type": "com.atproto.lexicon.schema",
46 48
  "lexicon": 1
47 49
}

Compare Other Versions

Lexicon Garden

@