social.colibri.embed.getMetadata
Schema Diff
+10 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "social.colibri.embed.getMetadata",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
+
"errors": [
7
+
{
8
+
"name": "AuthRequired",
9
+
"description": "Missing, malformed, or unverifiable service auth."
10
+
},
11
+
{
12
+
"name": "InvalidRequest",
13
+
"description": "A parameter or body field was missing or malformed."
14
+
}
15
+
],
6
16
"output": {
7
17
"schema": {
8
18
"type": "object",
9
19
"required": [
10
20
"image"
11
21
],
12
22
"properties": {
13
23
"image": {
14
24
"type": "array",
15
25
"items": {
16
26
"ref": "lex:social.colibri.embed.defs#embedImage",
17
27
"type": "ref"
18
28
}
19
29
},
20
30
"title": {
21
31
"type": "string"
22
32
},
23
33
"siteName": {
24
34
"type": "string"
25
35
},
26
36
"largeImage": {
27
37
"type": "boolean"
28
38
},
29
39
"themeColor": {
30
40
"type": "string"
31
41
},
32
42
"description": {
33
43
"type": "string"
34
44
}
35
45
}
36
46
},
37
47
"encoding": "application/json"
38
48
},
39
49
"parameters": {
40
50
"type": "params",
41
51
"required": [
42
52
"uri"
43
53
],
44
54
"properties": {
45
55
"uri": {
46
56
"type": "string"
47
57
}
48
58
}
49
59
},
50
60
"description": "Fetches Open Graph-style link preview metadata for a URL."
51
61
}
52
62
},
53
63
"$type": "com.atproto.lexicon.schema",
54
64
"lexicon": 1
55
65
}