mov.danabra.PostEmbed
Schema Diff
+2 -4
Compatibility Analysis
Breaking Changes Detected
2 breaking changes, 0 non-breaking changes.
Breaking Changes (2)
- RemovedVertex RemovedVertex { vertex_id: "mov.danabra.PostEmbed:input.foo" }
- RemovedEdge RemovedEdge { src: "mov.danabra.PostEmbed:input", tgt: "mov.danabra.PostEmbed:input.foo", kind: "prop", name: Some("foo") }
Migration Guidance
Removed Elements
RemovedVertex { vertex_id: "mov.danabra.PostEmbed:input.foo" }
Additional Notes
- Breaking: RemovedEdge { src: "mov.danabra.PostEmbed:input", tgt: "mov.danabra.PostEmbed:input.foo", kind: "prop", name: Some("foo") }
1
1
{
2
2
"id": "mov.danabra.PostEmbed",
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
"uri"
11
11
],
12
12
"properties": {
13
-
"foo": {
14
-
"type": "string"
15
-
},
16
13
"uri": {
17
14
"type": "string",
18
15
"format": "at-uri"
19
16
}
20
17
}
21
18
},
22
19
"encoding": "application/json"
23
20
},
24
21
"output": {
25
22
"schema": {
26
23
"ref": "at.inlay.defs#response",
27
24
"type": "ref"
28
25
},
29
26
"encoding": "application/json"
30
-
}
27
+
},
28
+
"description": "Render a post embed"
31
29
}
32
30
},
33
31
"$type": "com.atproto.lexicon.schema",
34
32
"lexicon": 1
35
33
}