social.colibri.community.approveMembership

colibri.social

Schema Diff

+34 -0

From

CID
bafyreigeleynmfp...
Indexed At
2026-07-24 14:44 UTC
View this version

To

CID
bafyreiclqzrj26z...
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.approveMembership",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "procedure",
6 +
      "errors": [
7 +
        {
8 +
          "name": "AppViewNotAuthorized",
9 +
          "description": "The acting account has not published this AppView as authorized to act for it."
10 +
        },
11 +
        {
12 +
          "name": "AuthRequired",
13 +
          "description": "Missing, malformed, or unverifiable service auth."
14 +
        },
15 +
        {
16 +
          "name": "CommunityCredentialsUnrecoverable",
17 +
          "description": "The AppView cannot write to the community's repo and could not repair its own access."
18 +
        },
19 +
        {
20 +
          "name": "Forbidden",
21 +
          "description": "The caller lacks the permission this method requires."
22 +
        },
23 +
        {
24 +
          "name": "InvalidRequest",
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."
38 +
        }
39 +
      ],
6 40
      "output": {
7 41
        "schema": {
8 42
          "type": "object",
9 43
          "required": [
10 44
            "did",
11 45
            "community"
12 46
          ],
13 47
          "properties": {
14 48
            "did": {
15 49
              "type": "string",
16 50
              "format": "did"
17 51
            },
18 52
            "member": {
19 53
              "type": "string",
20 54
              "format": "at-uri"
21 55
            },
22 56
            "community": {
23 57
              "type": "string",
24 58
              "format": "at-uri"
25 59
            }
26 60
          }
27 61
        },
28 62
        "encoding": "application/json"
29 63
      },
30 64
      "parameters": {
31 65
        "type": "params",
32 66
        "required": [
33 67
          "membership"
34 68
        ],
35 69
        "properties": {
36 70
          "membership": {
37 71
            "type": "string",
38 72
            "format": "at-uri"
39 73
          }
40 74
        }
41 75
      },
42 76
      "description": "Approves a pending membership application, minting the member record."
43 77
    }
44 78
  },
45 79
  "$type": "com.atproto.lexicon.schema",
46 80
  "lexicon": 1
47 81
}

Compare Other Versions

Lexicon Garden

@