dev.cartridge.reviewClaim

cartridge.dev

Schema Diff

+0 -1

From

CID
bafyreihiviemx5l...
Indexed At
2026-07-16 18:05 UTC
View this version

To

CID
bafyreig6lgcd47f...
Indexed At
2026-07-16 18:05 UTC
View this version

Compatibility Analysis

Backward Compatible

Backward compatible. 1 non-breaking change.

Non-Breaking Changes (1)
  • ConstraintRemoved ConstraintRemoved { vertex_id: "dev.cartridge.reviewClaim:input.status", sort: "maxLength" }

Migration Guidance

Constraint Changes

  • ConstraintRemoved ConstraintRemoved { vertex_id: "dev.cartridge.reviewClaim:input.status", sort: "maxLength" }
1 1
{
2 2
  "id": "dev.cartridge.reviewClaim",
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
            "claim",
11 11
            "status"
12 12
          ],
13 13
          "properties": {
14 14
            "claim": {
15 15
              "ref": "com.atproto.repo.strongRef",
16 16
              "type": "ref"
17 17
            },
18 18
            "reason": {
19 19
              "type": "string",
20 20
              "maxGraphemes": 3000
21 21
            },
22 22
            "status": {
23 23
              "type": "string",
24 -
              "maxLength": 64,
25 24
              "knownValues": [
26 25
                "approved",
27 26
                "denied"
28 27
              ]
29 28
            },
30 29
            "approvedGames": {
31 30
              "type": "array",
32 31
              "items": {
33 32
                "type": "string",
34 33
                "format": "at-uri"
35 34
              }
36 35
            }
37 36
          }
38 37
        },
39 38
        "encoding": "application/json"
40 39
      },
41 40
      "output": {
42 41
        "schema": {
43 42
          "type": "object",
44 43
          "required": [
45 44
            "uri"
46 45
          ],
47 46
          "properties": {
48 47
            "uri": {
49 48
              "type": "string",
50 49
              "format": "at-uri"
51 50
            }
52 51
          }
53 52
        },
54 53
        "encoding": "application/json"
55 54
      },
56 55
      "description": "Submit a review decision for an ownership claim."
57 56
    }
58 57
  },
59 58
  "$type": "com.atproto.lexicon.schema",
60 59
  "lexicon": 1
61 60
}

Compare Other Versions

Lexicon Garden

@