space.dailygame.authCore
Schema Diff
+8 -1
1
1
{
2
2
"id": "space.dailygame.authCore",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Daily Games",
7
-
"detail": "Record your daily puzzle scores and game preferences in your PDS. Daily Games can only read and write space.dailygame.score and space.dailygame.profile records — it cannot touch your posts, profile, follows, or anything else.",
7
+
"detail": "Record your daily puzzle scores, game preferences, and follows in your PDS. Daily Games can only read and write space.dailygame.score, space.dailygame.profile, and space.dailygame.follow records — it cannot touch your posts, profile, follows, or anything else.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
13
"space.dailygame.score"
14
14
]
15
15
},
16
16
{
17
17
"type": "permission",
18
18
"resource": "repo",
19
19
"collection": [
20
20
"space.dailygame.profile"
21
21
]
22
+
},
23
+
{
24
+
"type": "permission",
25
+
"resource": "repo",
26
+
"collection": [
27
+
"space.dailygame.follow"
28
+
]
22
29
}
23
30
]
24
31
}
25
32
},
26
33
"$type": "com.atproto.lexicon.schema",
27
34
"lexicon": 1
28
35
}