social.colibri.channel.create

colibri.social

Schema Diff

+12 -0

From

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

To

CID
bafyreie32qf5q3m...
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.channel.create",
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
        {
12 16
          "name": "CommunityCredentialsUnrecoverable",
13 17
          "description": "The AppView cannot write to the community's repo and could not repair its own access."
14 18
        },
15 19
        {
16 20
          "name": "Forbidden",
17 21
          "description": "The caller lacks the permission this method requires."
18 22
        },
19 23
        {
20 24
          "name": "InvalidRequest",
21 25
          "description": "A parameter or body field was missing or malformed."
22 26
        },
23 27
        {
28 +
          "name": "NotCommunityHub",
29 +
          "description": "This AppView does not administer the community; the hub field names the one that does."
30 +
        },
31 +
        {
24 32
          "name": "PdsUnavailable",
25 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."
26 38
        }
27 39
      ],
28 40
      "output": {
29 41
        "schema": {
30 42
          "type": "object",
31 43
          "required": [
32 44
            "uri"
33 45
          ],
34 46
          "properties": {
35 47
            "uri": {
36 48
              "type": "string",
37 49
              "format": "at-uri"
38 50
            }
39 51
          }
40 52
        },
41 53
        "encoding": "application/json"
42 54
      },
43 55
      "parameters": {
44 56
        "type": "params",
45 57
        "required": [
46 58
          "community",
47 59
          "category",
48 60
          "name",
49 61
          "type"
50 62
        ],
51 63
        "properties": {
52 64
          "name": {
53 65
            "type": "string"
54 66
          },
55 67
          "type": {
56 68
            "type": "string",
57 69
            "format": "nsid",
58 70
            "description": "The channel type, e.g. social.colibri.channel.text."
59 71
          },
60 72
          "category": {
61 73
            "type": "string",
62 74
            "format": "at-uri"
63 75
          },
64 76
          "community": {
65 77
            "type": "string",
66 78
            "format": "at-uri"
67 79
          },
68 80
          "description": {
69 81
            "type": "string"
70 82
          },
71 83
          "allowedRoles": {
72 84
            "type": "array",
73 85
            "items": {
74 86
              "type": "string",
75 87
              "format": "record-key"
76 88
            }
77 89
          },
78 90
          "allowedMembers": {
79 91
            "type": "array",
80 92
            "items": {
81 93
              "type": "string",
82 94
              "format": "did"
83 95
            }
84 96
          }
85 97
        }
86 98
      },
87 99
      "description": "Creates a channel in a category of a community."
88 100
    }
89 101
  },
90 102
  "$type": "com.atproto.lexicon.schema",
91 103
  "lexicon": 1
92 104
}

Compare Other Versions

Lexicon Garden

@