dev.cartridge.claim
Schema Diff
+0 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "dev.cartridge.claim",
3
3
"defs": {
4
4
"main": {
5
5
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"type",
11
11
"createdAt"
12
12
],
13
13
"properties": {
14
14
"org": {
15
15
"type": "string",
16
16
"format": "at-uri"
17
17
},
18
18
"type": {
19
19
"type": "string",
20
20
"maxLength": 64,
21
21
"knownValues": [
22
22
"game",
23
23
"org"
24
24
]
25
25
},
26
26
"games": {
27
27
"type": "array",
28
28
"items": {
29
29
"type": "string",
30
30
"format": "at-uri"
31
31
}
32
32
},
33
33
"contact": {
34
34
"type": "string",
35
35
"description": "Contact information for the claimant (filtered from responses unless caller is admin)",
36
36
"maxGraphemes": 500
37
37
},
38
38
"message": {
39
39
"type": "string",
40
40
"maxGraphemes": 3000
41
41
},
42
42
"createdAt": {
43
43
"type": "string",
44
44
"format": "datetime"
45
45
}
46
46
}
47
47
},
48
48
"description": "A claim for ownership of game or organization records."
49
49
}
50
50
},
51
51
"$type": "com.atproto.lexicon.schema",
52
52
"lexicon": 1
53
53
}