app.didpic.admin.removePostLabel

lexicons.didpic.app

Schema Diff

+1 -1

From

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

To

CID
bafyreiezsuptzeb...
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.removePostLabel",
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
            "uri",
11 11
            "labelValue"
12 12
          ],
13 13
          "properties": {
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
            "labelValue": {
22 22
              "type": "string"
23 23
            }
24 24
          }
25 25
        },
26 26
        "encoding": "application/json"
27 27
      },
28 28
      "output": {
29 29
        "schema": {
30 30
          "type": "object",
31 31
          "properties": {}
32 32
        },
33 33
        "encoding": "application/json"
34 34
      },
35 -
      "description": "Remove a server-side label from a post's labels JSONB."
35 +
      "description": "Remove a label from a post."
36 36
    }
37 37
  },
38 38
  "$type": "com.atproto.lexicon.schema",
39 39
  "lexicon": 1
40 40
}

Compare Other Versions

Lexicon Garden

@