app.bulleted.appAccess
Schema Diff
+2 -11
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
-
},
26
-
{
27
-
"type": "permission",
28
-
"accept": [
29
-
"image/png",
30
-
"image/jpeg",
31
-
"image/webp"
32
-
],
33
-
"maxSize": 1000000,
34
-
"resource": "blob"
35
25
}
36
26
]
37
27
}
38
28
},
39
29
"$type": "com.atproto.lexicon.schema",
40
-
"lexicon": 1
30
+
"lexicon": 1,
31
+
"revision": 1
41
32
}