tv.kikbak.authBasic
Schema Diff
+2 -1
1
1
{
2
2
"id": "tv.kikbak.authBasic",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "kikbak profile",
7
7
"detail": "Create and update the kikbak app profile record on your repo.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"action": [
12
12
"create",
13
13
"update",
14
14
"delete"
15
15
],
16
16
"resource": "repo",
17
17
"collection": [
18
-
"tv.kikbak.profile"
18
+
"tv.kikbak.profile",
19
+
"tv.kikbak.like"
19
20
]
20
21
}
21
22
]
22
23
}
23
24
},
24
25
"$type": "com.atproto.lexicon.schema",
25
26
"lexicon": 1,
26
27
"description": "Permission set for kikbak profile write access."
27
28
}