app.didpic.admin.takedown

lexicons.didpic.app

Schema Diff

+1 -1

From

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

To

CID
bafyreiepwzpee27...
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.takedown",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "procedure",
6 6
      "input": {
7 7
        "schema": {
8 8
          "type": "object",
9 9
          "properties": {
10 10
            "did": {
11 11
              "type": "string",
12 12
              "format": "did"
13 13
            },
14 14
            "uri": {
15 15
              "type": "string",
16 16
              "format": "at-uri"
17 17
            },
18 18
            "reason": {
19 19
              "type": "string"
20 20
            }
21 21
          }
22 22
        },
23 23
        "encoding": "application/json"
24 24
      },
25 25
      "output": {
26 26
        "schema": {
27 27
          "type": "object",
28 28
          "properties": {}
29 29
        },
30 30
        "encoding": "application/json"
31 31
      },
32 -
      "description": "Take down an actor (all content hidden) or a single record. Exactly one of did, uri must be set."
32 +
      "description": "Take down an account or record."
33 33
    }
34 34
  },
35 35
  "$type": "com.atproto.lexicon.schema",
36 36
  "lexicon": 1
37 37
}

Compare Other Versions

Lexicon Garden

@