app.didpic.admin.getScansForSubject

lexicons.didpic.app

Schema Diff

+1 -1

From

CID
bafyreibtk7zqpoe...
Indexed At
2026-06-06 04:07 UTC
View this version

To

CID
bafyreiaduqmcget...
Indexed At
2026-06-06 04:10 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "app.didpic.admin.getScansForSubject",
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
            "scans"
11 11
          ],
12 12
          "properties": {
13 13
            "scans": {
14 14
              "type": "array",
15 15
              "items": {
16 16
                "type": "unknown"
17 17
              }
18 18
            }
19 19
          }
20 20
        },
21 21
        "encoding": "application/json"
22 22
      },
23 23
      "parameters": {
24 24
        "type": "params",
25 25
        "required": [
26 26
          "subjectUri"
27 27
        ],
28 28
        "properties": {
29 29
          "subjectUri": {
30 30
            "type": "string",
31 31
            "format": "at-uri"
32 32
          }
33 33
        }
34 34
      },
35 -
      "description": "All moderation scans for a specific post or comment URI."
35 +
      "description": "Get scans for a record."
36 36
    }
37 37
  },
38 38
  "$type": "com.atproto.lexicon.schema",
39 39
  "lexicon": 1
40 40
}

Compare Other Versions

Lexicon Garden

@