games.atplay.authPlayer
Schema Diff
+11 -1
1
1
{
2
2
"id": "games.atplay.authPlayer",
3
3
"defs": {
4
4
"main": {
5
5
"key": "literal:self",
6
6
"type": "permission-set",
7
7
"title": "Play games with At Play",
8
8
"detail": "Create game invitations and turns in your public repo, and create or update your player profile.",
9
9
"permissions": [
10
10
{
11
11
"type": "permission",
12
12
"action": [
13
+
"create",
14
+
"update"
15
+
],
16
+
"resource": "repo",
17
+
"collection": [
18
+
"games.atplay.game.invitation"
19
+
]
20
+
},
21
+
{
22
+
"type": "permission",
23
+
"action": [
13
24
"create"
14
25
],
15
26
"resource": "repo",
16
27
"collection": [
17
-
"games.atplay.game.invitation",
18
28
"games.atplay.game.turn"
19
29
]
20
30
},
21
31
{
22
32
"type": "permission",
23
33
"action": [
24
34
"create",
25
35
"update"
26
36
],
27
37
"resource": "repo",
28
38
"collection": [
29
39
"games.atplay.player.profile"
30
40
]
31
41
},
32
42
{
33
43
"lxm": [
34
44
"games.atplay.game.createInvitation",
35
45
"games.atplay.game.createTurn",
36
46
"games.atplay.player.putProfile"
37
47
],
38
48
"type": "permission",
39
49
"resource": "rpc",
40
50
"inheritAud": true
41
51
}
42
52
]
43
53
}
44
54
},
45
55
"$type": "com.atproto.lexicon.schema",
46
56
"lexicon": 1
47
57
}