social.colibri.community.blockMessage

colibri.social

Schema Diff

+20 -0

From

CID
bafyreichklswu73...
Indexed At
2026-07-31 21:22 UTC
View this version

To

CID
bafyreihggzedbq3...
Indexed At
2026-08-15 21:21 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "social.colibri.community.blockMessage",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "procedure",
6 6
      "errors": [
7 7
        {
8 +
          "name": "AppViewNotAuthorized",
9 +
          "description": "The acting account has not published this AppView as authorized to act for it."
10 +
        },
11 +
        {
8 12
          "name": "AuthRequired",
9 13
          "description": "Missing, malformed, or unverifiable service auth."
10 14
        },
11 15
        {
16 +
          "name": "CommunityCredentialsUnrecoverable",
17 +
          "description": "The AppView cannot write to the community's repo and could not repair its own access."
18 +
        },
19 +
        {
12 20
          "name": "Forbidden",
13 21
          "description": "The caller lacks the permission this method requires."
14 22
        },
15 23
        {
16 24
          "name": "InvalidRequest",
17 25
          "description": "A parameter or body field was missing or malformed."
26 +
        },
27 +
        {
28 +
          "name": "NotCommunityHub",
29 +
          "description": "This AppView does not administer the community; the hub field names the one that does."
30 +
        },
31 +
        {
32 +
          "name": "PdsUnavailable",
33 +
          "description": "The PDS this operation needs is unreachable or is not a PDS."
34 +
        },
35 +
        {
36 +
          "name": "UpstreamFailure",
37 +
          "description": "A service outside this AppView failed."
18 38
        }
19 39
      ],
20 40
      "output": {
21 41
        "schema": {
22 42
          "type": "object",
23 43
          "required": [
24 44
            "message"
25 45
          ],
26 46
          "properties": {
27 47
            "message": {
28 48
              "type": "string",
29 49
              "format": "at-uri"
30 50
            }
31 51
          }
32 52
        },
33 53
        "encoding": "application/json"
34 54
      },
35 55
      "parameters": {
36 56
        "type": "params",
37 57
        "required": [
38 58
          "community",
39 59
          "message"
40 60
        ],
41 61
        "properties": {
42 62
          "message": {
43 63
            "type": "string",
44 64
            "format": "at-uri"
45 65
          },
46 66
          "community": {
47 67
            "type": "string",
48 68
            "format": "at-uri"
49 69
          }
50 70
        }
51 71
      },
52 72
      "description": "Hides (moderates) a message within a community."
53 73
    }
54 74
  },
55 75
  "$type": "com.atproto.lexicon.schema",
56 76
  "lexicon": 1
57 77
}

Compare Other Versions

Lexicon Garden

@