com.suibari.nagi.searchEmojis
Schema Diff
+4 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "com.suibari.nagi.searchEmojis",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"output": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"emojis"
11
11
],
12
12
"properties": {
13
13
"cursor": {
14
14
"type": "string"
15
15
},
16
16
"emojis": {
17
17
"type": "array",
18
18
"items": {
19
19
"type": "unknown"
20
20
}
21
21
}
22
22
}
23
23
},
24
24
"encoding": "application/json"
25
25
},
26
26
"parameters": {
27
27
"type": "params",
28
28
"properties": {
29
29
"q": {
30
30
"type": "string",
31
31
"maxLength": 64
32
32
},
33
33
"repo": {
34
34
"type": "string",
35
35
"description": "Restrict results to a single repo (DID)."
36
36
},
37
37
"limit": {
38
38
"type": "integer",
39
39
"default": 50,
40
40
"maximum": 100,
41
41
"minimum": 1
42
42
},
43
43
"cursor": {
44
44
"type": "string"
45
+
},
46
+
"excludeRepo": {
47
+
"type": "string",
48
+
"description": "Exclude results from a single repo (DID)."
45
49
}
46
50
}
47
51
}
48
52
}
49
53
},
50
54
"$type": "com.atproto.lexicon.schema",
51
55
"lexicon": 1
52
56
}