mov.danabra.PostEmbed
Schema Diff
+2 -1
Compatibility Analysis
Backward Compatible
No changes detected.
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
13
"uri": {
14
14
"type": "string",
15
15
"format": "at-uri"
16
16
}
17
17
}
18
18
},
19
19
"encoding": "application/json"
20
20
},
21
21
"output": {
22
22
"schema": {
23
23
"ref": "at.inlay.defs#response",
24
24
"type": "ref"
25
25
},
26
26
"encoding": "application/json"
27
-
}
27
+
},
28
+
"description": "Render a post embed"
28
29
}
29
30
},
30
31
"$type": "com.atproto.lexicon.schema",
31
32
"lexicon": 1
32
33
}