space.highport.admin.listFindings
Schema Diff
+3 -3
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.admin.listFindings",
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
"findings"
11
11
],
12
12
"properties": {
13
13
"cursor": {
14
14
"type": "string",
15
15
"description": "Present when more findings exist."
16
16
},
17
17
"findings": {
18
18
"type": "array",
19
19
"items": {
20
20
"ref": "space.highport.defs#malwareFinding",
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
"cid": {
32
32
"type": "string",
33
33
"description": "Only findings for this content address."
34
34
},
35
35
"did": {
36
36
"type": "string",
37
37
"format": "did",
38
-
"description": "Only findings naming this repository — the one bard fetched the bytes from, which for a tile resource is the tile's author rather than the site owner."
38
+
"description": "Only findings from this repository. For a tile resource, that is the tile's author, not the site owner."
39
39
},
40
40
"limit": {
41
41
"type": "integer",
42
42
"default": 50,
43
43
"maximum": 100,
44
44
"minimum": 1,
45
45
"description": "Maximum findings to return."
46
46
},
47
47
"cursor": {
48
48
"type": "string",
49
49
"description": "Pagination cursor from a previous response."
50
50
},
51
51
"pending": {
52
52
"type": "boolean",
53
-
"description": "Only findings whose quarantine has not finished. A detection with a null quarantinedAt is denied but may still be served."
53
+
"description": "Only findings whose quarantine has not finished. That content is denied but may still be served."
54
54
}
55
55
}
56
56
},
57
-
"description": "Malware detections, newest first. The evidence a quarantine is argued from, and the only record of why after the sample is deleted."
57
+
"description": "Malware detections, newest first. Once a sample is deleted, this is the only record of why it was quarantined."
58
58
}
59
59
},
60
60
"$type": "com.atproto.lexicon.schema",
61
61
"lexicon": 1
62
62
}