com.babesky.authWriteCreatorProfile
Schema Diff
+9 -2
1
1
{
2
2
"id": "com.babesky.authWriteCreatorProfile",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Publish your creator profile to the Atmosphere",
7
-
"detail": "Writes your platform links and tip jar links to your AT Protocol repository, making them discoverable by other apps. You choose which links to include and can remove them at any time.",
7
+
"details": "Write your creator profile to your AT Protocol repository so other Atmosphere apps can discover it: your platform links, tip jar, profile details, and featured posts. You choose what to include, and you can update or remove any of it at any time.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
+
"action": [
12
+
"create",
13
+
"update",
14
+
"delete"
15
+
],
11
16
"resource": "repo",
12
17
"collection": [
13
18
"com.babesky.actor.links",
14
-
"com.babesky.actor.support"
19
+
"com.babesky.actor.support",
20
+
"com.babesky.actor.profile",
21
+
"com.babesky.actor.featured"
15
22
]
16
23
}
17
24
]
18
25
}
19
26
},
20
27
"$type": "com.atproto.lexicon.schema",
21
28
"lexicon": 1
22
29
}