com.babesky.authWriteCreatorProfile
Schema Diff
+6 -1
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, tip jar, creator profile, and featured posts to your AT Protocol repository, making them discoverable by other apps. You choose what to include and can remove anything 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
19
"com.babesky.actor.support",
15
20
"com.babesky.actor.profile",
16
21
"com.babesky.actor.featured"
17
22
]
18
23
}
19
24
]
20
25
}
21
26
},
22
27
"$type": "com.atproto.lexicon.schema",
23
28
"lexicon": 1
24
29
}