is.logue.content
Schema Diff
+2 -1
Compatibility Analysis
Backward Compatible
Backward compatible. 2 non-breaking changes.
Non-Breaking Changes (2)
- AddedVertex AddedVertex { vertex_id: "is.logue.content.items:items:variant10" }
- AddedEdge AddedEdge { src: "is.logue.content.items:items", tgt: "is.logue.content.items:items:variant10", kind: "variant", name: Some("is.logue.block.website") }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "is.logue.content.items:items:variant10" }
Additional Notes
- Non-breaking: AddedEdge { src: "is.logue.content.items:items", tgt: "is.logue.content.items:items:variant10", kind: "variant", name: Some("is.logue.block.website") }
1
1
{
2
2
"id": "is.logue.content",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"items"
8
8
],
9
9
"properties": {
10
10
"items": {
11
11
"type": "array",
12
12
"items": {
13
13
"refs": [
14
14
"is.logue.block.blockquote",
15
15
"is.logue.block.blueskyEmbed",
16
16
"is.logue.block.code",
17
17
"is.logue.block.heading",
18
18
"is.logue.block.iframe",
19
19
"is.logue.block.image",
20
20
"is.logue.block.listItem",
21
21
"is.logue.block.orderedList",
22
22
"is.logue.block.text",
23
-
"is.logue.block.unorderedList"
23
+
"is.logue.block.unorderedList",
24
+
"is.logue.block.website"
24
25
],
25
26
"type": "union"
26
27
},
27
28
"required": true,
28
29
"description": "Array of content blocks"
29
30
}
30
31
}
31
32
}
32
33
},
33
34
"$type": "com.atproto.lexicon.schema",
34
35
"lexicon": 1
35
36
}