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