app.bulleted.appAccess
Schema Diff
+1 -2
1
1
{
2
2
"id": "app.bulleted.appAccess",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Bulleted",
7
7
"detail": "Read and write your outlines, bullets, and notes.",
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
18
"app.bulleted.node",
19
19
"app.bulleted.note",
20
20
"app.bulleted.outline",
21
21
"app.bulleted.mirror",
22
22
"app.bulleted.space",
23
23
"app.bulleted.comment"
24
24
]
25
25
}
26
26
]
27
27
}
28
28
},
29
29
"$type": "com.atproto.lexicon.schema",
30
-
"lexicon": 1,
31
-
"revision": 1
30
+
"lexicon": 1
32
31
}