app.didpic.admin.queueCounts

lexicons.didpic.app

Schema Diff

+1 -1

From

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

To

CID
bafyreigbg2e7ibm...
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.queueCounts",
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
            "openReports",
11 11
            "openAppeals"
12 12
          ],
13 13
          "properties": {
14 14
            "openAppeals": {
15 15
              "type": "integer",
16 16
              "minimum": 0
17 17
            },
18 18
            "openReports": {
19 19
              "type": "integer",
20 20
              "minimum": 0
21 21
            }
22 22
          }
23 23
        },
24 24
        "encoding": "application/json"
25 25
      },
26 -
      "description": "Quick counts for the moderation queue nav badge. Cheap — single index lookup per filter."
26 +
      "description": "Counts of open moderation items."
27 27
    }
28 28
  },
29 29
  "$type": "com.atproto.lexicon.schema",
30 30
  "lexicon": 1
31 31
}

Compare Other Versions

Lexicon Garden

@