dev.cartridge.authMigration
Schema Diff
+14 -2
1
1
{
2
2
"id": "dev.cartridge.authMigration",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Claim Migration",
7
-
"detail": "Migrate game records from approved ownership claims and check migration status.",
7
+
"detail": "Submit and review ownership claims, then migrate game records from approved claims and check migration status.",
8
8
"permissions": [
9
9
{
10
+
"type": "permission",
11
+
"resource": "repo",
12
+
"collection": [
13
+
"dev.cartridge.claim",
14
+
"dev.cartridge.claimReview"
15
+
]
16
+
},
17
+
{
10
18
"lxm": [
19
+
"dev.cartridge.createClaim",
20
+
"dev.cartridge.getClaim",
21
+
"dev.cartridge.getMigrationJobStatus",
22
+
"dev.cartridge.listClaims",
11
23
"dev.cartridge.migrateClaim",
12
-
"dev.cartridge.getMigrationJobStatus"
24
+
"dev.cartridge.reviewClaim"
13
25
],
14
26
"type": "permission",
15
27
"resource": "rpc",
16
28
"inheritAud": true
17
29
}
18
30
]
19
31
}
20
32
},
21
33
"$type": "com.atproto.lexicon.schema",
22
34
"lexicon": 1
23
35
}