fyi.questionable.richtext.content
Schema Diff
+1 -1
Compatibility Analysis
Breaking Changes Detected
1 breaking change, 1 non-breaking change.
Breaking Changes (1)
- RemovedEdge RemovedEdge { src: "fyi.questionable.richtext.content.items:items", tgt: "fyi.questionable.richtext.content.items:items:variant2", kind: "variant", name: Some("fyi.questionable.richtext.bskyPost") }
Non-Breaking Changes (1)
- AddedEdge AddedEdge { src: "fyi.questionable.richtext.content.items:items", tgt: "fyi.questionable.richtext.content.items:items:variant2", kind: "variant", name: Some("fyi.questionable.richtext.blueskyPost") }
Migration Guidance
Additional Notes
- Breaking: RemovedEdge { src: "fyi.questionable.richtext.content.items:items", tgt: "fyi.questionable.richtext.content.items:items:variant2", kind: "variant", name: Some("fyi.questionable.richtext.bskyPost") }
- Non-breaking: AddedEdge { src: "fyi.questionable.richtext.content.items:items", tgt: "fyi.questionable.richtext.content.items:items:variant2", kind: "variant", name: Some("fyi.questionable.richtext.blueskyPost") }
1
1
{
2
2
"id": "fyi.questionable.richtext.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
"fyi.questionable.richtext.text",
15
15
"fyi.questionable.richtext.blockquote",
16
-
"fyi.questionable.richtext.bskyPost",
16
+
"fyi.questionable.richtext.blueskyPost",
17
17
"fyi.questionable.richtext.code",
18
18
"fyi.questionable.richtext.header",
19
19
"fyi.questionable.richtext.horizontalRule",
20
20
"fyi.questionable.richtext.image",
21
21
"fyi.questionable.richtext.math",
22
22
"fyi.questionable.richtext.text",
23
23
"fyi.questionable.richtext.list",
24
24
"fyi.questionable.richtext.website"
25
25
],
26
26
"type": "union",
27
27
"closed": false,
28
28
"description": "Open union used to define the content. Each entry must specify a $type"
29
29
},
30
30
"maxLength": 1000,
31
31
"description": "Array of content blocks"
32
32
}
33
33
}
34
34
}
35
35
},
36
36
"$type": "com.atproto.lexicon.schema",
37
37
"lexicon": 1
38
38
}