my.bulletin.board
Schema Diff
+1 -1
1
1
{
2
2
"id": "my.bulletin.board",
3
3
"defs": {
4
4
"main": {
5
5
"key": "literal:self",
6
6
"name": "Bulletin Board",
7
7
"type": "space",
8
8
"collections": [
9
9
"my.bulletin.post",
10
-
"my.bulletin.label",
10
+
"my.bulletin.removal",
11
11
"my.bulletin.position"
12
12
],
13
13
"description": "A personal board where followers can read and post notes."
14
14
}
15
15
},
16
16
"$type": "com.atproto.lexicon.schema",
17
17
"lexicon": 1
18
18
}