com.babesky.authWriteCreatorProfile
Schema Diff
+7 -2
1
1
{
2
2
"id": "com.babesky.authWriteCreatorProfile",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
-
"title": "Publish your creator portfolio to the Atmosphere",
7
-
"detail": "Writes your Atmosphere creator portfolio to your AT Protocol repository. This includes your platform links, tip jar, bio, content categories, availability, and featured posts. Other Atmosphere apps can discover and display your portfolio. You control what to include and can remove it at any time.",
6
+
"title": "Publish your creator profile to the Atmosphere",
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
}