app.certified.authWrite
Schema Diff
+1 -1
1
1
{
2
2
"id": "app.certified.authWrite",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Manage your Certified data",
7
7
"detail": "Create, edit, and delete your Certified records (profile, badges, follows, wallet links, and related data).",
8
-
"description": "Permission set granting create, update, and delete on every Certified (app.certified) record collection.",
9
8
"permissions": [
10
9
{
11
10
"type": "permission",
12
11
"action": [
13
12
"create",
14
13
"update",
15
14
"delete"
16
15
],
17
16
"resource": "repo",
18
17
"collection": [
19
18
"app.certified.actor.organization",
20
19
"app.certified.actor.profile",
21
20
"app.certified.badge.award",
22
21
"app.certified.badge.definition",
23
22
"app.certified.badge.response",
23
+
"app.certified.graph.entityFollow",
24
24
"app.certified.graph.follow",
25
25
"app.certified.link.evm",
26
26
"app.certified.location",
27
27
"app.certified.signature.proof"
28
28
]
29
29
}
30
30
]
31
31
}
32
32
},
33
33
"$type": "com.atproto.lexicon.schema",
34
34
"lexicon": 1
35
35
}