app.offprint.block.blueskyPost
Schema Diff
+0 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.offprint.block.blueskyPost",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"post"
8
8
],
9
9
"properties": {
10
10
"post": {
11
11
"ref": "com.atproto.repo.strongRef",
12
12
"type": "ref",
13
-
"required": true,
14
13
"description": "Strong reference to the Bluesky post"
15
14
}
16
15
}
17
16
}
18
17
},
19
18
"$type": "com.atproto.lexicon.schema",
20
19
"lexicon": 1
21
20
}