at.inlay.Fragment
Schema Diff
+1 -5
Compatibility Analysis
Breaking Changes Detected
3 breaking changes, 0 non-breaking changes.
Breaking Changes (3)
- RemovedVertex RemovedVertex { vertex_id: "at.inlay.Fragment:input.children:items" }
- RemovedEdge RemovedEdge { src: "at.inlay.Fragment:input.children", tgt: "at.inlay.Fragment:input.children:items", kind: "items", name: None }
- KindChanged KindChanged { vertex_id: "at.inlay.Fragment:input.children", old_kind: "array", new_kind: "unknown" }
Migration Guidance
Removed Elements
RemovedVertex { vertex_id: "at.inlay.Fragment:input.children:items" }
Additional Notes
- Breaking: RemovedEdge { src: "at.inlay.Fragment:input.children", tgt: "at.inlay.Fragment:input.children:items", kind: "items", name: None }
- Breaking: KindChanged { vertex_id: "at.inlay.Fragment:input.children", old_kind: "array", new_kind: "unknown" }
1
1
{
2
2
"id": "at.inlay.Fragment",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
6
"input": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"children"
11
11
],
12
12
"properties": {
13
13
"children": {
14
-
"type": "array",
15
-
"items": {
16
-
"ref": "at.inlay.defs#element",
17
-
"type": "ref"
18
-
}
14
+
"type": "unknown"
19
15
}
20
16
}
21
17
},
22
18
"encoding": "application/json"
23
19
},
24
20
"output": {
25
21
"schema": {
26
22
"ref": "at.inlay.defs#response",
27
23
"type": "ref"
28
24
},
29
25
"encoding": "application/json"
30
26
},
31
27
"description": "Renders children without a wrapper element."
32
28
}
33
29
},
34
30
"$type": "com.atproto.lexicon.schema",
35
31
"lexicon": 1
36
32
}