dev.cartridge.getVerificationStatus

cartridge.dev

Schema Diff

+2 -1

From

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

To

CID
bafyreigybzoo3o2...
Indexed At
2026-07-16 19:33 UTC
View this version

Compatibility Analysis

Breaking Changes Detected

1 breaking change, 0 non-breaking changes.

Breaking Changes (1)
  • ConstraintTightened ConstraintTightened { vertex_id: "dev.cartridge.getVerificationStatus:output.accountType", sort: "knownValues", old_value: "[\"studio\",\"developer\",\"publisher\"]", new_value: "[\"studio\",\"developer\",\"publisher\",\"game\"]" }

Migration Guidance

Constraint Changes

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

Compare Other Versions

Lexicon Garden

@