space.highport.admin.listDenylist
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.admin.listDenylist",
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
"entries"
11
11
],
12
12
"properties": {
13
13
"cursor": {
14
14
"type": "string",
15
15
"description": "Present when more entries exist."
16
16
},
17
17
"entries": {
18
18
"type": "array",
19
19
"items": {
20
20
"ref": "space.highport.defs#denylistEntry",
21
21
"type": "ref"
22
22
}
23
23
}
24
24
}
25
25
},
26
26
"encoding": "application/json"
27
27
},
28
28
"parameters": {
29
29
"type": "params",
30
30
"properties": {
31
31
"kind": {
32
32
"type": "string",
33
-
"description": "Filter by subject kind — one of the values of space.highport.defs#denylistEntry.kind."
33
+
"description": "Filter by subject kind (see space.highport.defs#denylistEntry.kind)."
34
34
},
35
35
"limit": {
36
36
"type": "integer",
37
37
"default": 50,
38
38
"maximum": 100,
39
39
"minimum": 1,
40
40
"description": "Maximum entries to return."
41
41
},
42
42
"cursor": {
43
43
"type": "string",
44
44
"description": "Pagination cursor from a previous response."
45
45
}
46
46
}
47
47
},
48
48
"description": "The operator denylist."
49
49
}
50
50
},
51
51
"$type": "com.atproto.lexicon.schema",
52
52
"lexicon": 1
53
53
}