app.didpic.admin.rescanSubject
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.didpic.admin.rescanSubject",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
6
"input": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"kind",
11
11
"subjectDid",
12
12
"subjectImageCid"
13
13
],
14
14
"properties": {
15
15
"kind": {
16
16
"enum": [
17
17
"post",
18
18
"comment",
19
19
"avatar",
20
20
"banner"
21
21
],
22
22
"type": "string"
23
23
},
24
24
"subjectDid": {
25
25
"type": "string",
26
26
"format": "did"
27
27
},
28
28
"subjectUri": {
29
29
"type": "string",
30
30
"format": "at-uri",
31
31
"description": "Required for kind=post|comment; absent for profile media."
32
32
},
33
33
"subjectImageCid": {
34
34
"type": "string",
35
35
"format": "cid"
36
36
}
37
37
}
38
38
},
39
39
"encoding": "application/json"
40
40
},
41
41
"output": {
42
42
"schema": {
43
43
"type": "object",
44
44
"properties": {}
45
45
},
46
46
"encoding": "application/json"
47
47
},
48
-
"description": "Re-enqueue a scan_job for the specified subject (admin re-scoring). Deletes any existing job for the same target first so a completed scan can be re-run."
48
+
"description": "Re-scan an image."
49
49
}
50
50
},
51
51
"$type": "com.atproto.lexicon.schema",
52
52
"lexicon": 1
53
53
}