social.colibri.embed.trendingGifs
Schema Diff
+6 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "social.colibri.embed.trendingGifs",
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
+
],
6
12
"output": {
7
13
"schema": {
8
14
"type": "object",
9
15
"required": [
10
16
"items",
11
17
"page",
12
18
"hasNext"
13
19
],
14
20
"properties": {
15
21
"page": {
16
22
"type": "integer"
17
23
},
18
24
"items": {
19
25
"type": "array",
20
26
"items": {
21
27
"ref": "lex:social.colibri.embed.defs#gifItem",
22
28
"type": "ref"
23
29
}
24
30
},
25
31
"hasNext": {
26
32
"type": "boolean"
27
33
}
28
34
}
29
35
},
30
36
"encoding": "application/json"
31
37
},
32
38
"parameters": {
33
39
"type": "params",
34
40
"properties": {
35
41
"page": {
36
42
"type": "integer"
37
43
}
38
44
}
39
45
},
40
46
"description": "Returns trending GIFs."
41
47
}
42
48
},
43
49
"$type": "com.atproto.lexicon.schema",
44
50
"lexicon": 1
45
51
}