org.atsui.Link
Schema Diff
+7 -0
1
1
{
2
2
"id": "org.atsui.Link",
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": "uri"
16
16
},
17
17
"children": {
18
18
"type": "unknown"
19
19
}
20
20
}
21
21
},
22
22
"encoding": "application/json"
23
23
},
24
+
"output": {
25
+
"schema": {
26
+
"ref": "at.inlay.defs#response",
27
+
"type": "ref"
28
+
},
29
+
"encoding": "application/json"
30
+
},
24
31
"description": "A hyperlink."
25
32
}
26
33
},
27
34
"$type": "com.atproto.lexicon.schema",
28
35
"lexicon": 1
29
36
}