social.colibri.community.create

colibri.social

{
  "id": "social.colibri.community.create",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "encoding": "*/*",
        "description": "Optional community picture image bytes."
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "did",
            "community",
            "category",
            "channel",
            "ownerRole",
            "member"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            },
            "member": {
              "type": "string",
              "format": "at-uri"
            },
            "channel": {
              "type": "string",
              "format": "at-uri"
            },
            "category": {
              "type": "string",
              "format": "at-uri"
            },
            "community": {
              "type": "string",
              "format": "at-uri"
            },
            "ownerRole": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "name"
        ],
        "properties": {
          "pds": {
            "type": "string",
            "description": "Bring-your-own PDS endpoint."
          },
          "name": {
            "type": "string"
          },
          "mimeType": {
            "type": "string",
            "description": "MIME type of the picture body, if provided."
          },
          "password": {
            "type": "string",
            "description": "Bring-your-own account password."
          },
          "identifier": {
            "type": "string",
            "description": "Bring-your-own DID or handle."
          },
          "description": {
            "type": "string"
          },
          "requiresApprovalToJoin": {
            "type": "boolean"
          }
        }
      },
      "description": "Creates a community, bootstrapping its DID repo with a default category, channel, owner role, and member record."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.community.create

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreigizjzp4ph4opofn6ob4wlvluvlbadtufbtys2pxryi2ns7xr4nxm
Indexed At
2026-07-24 14:44 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.community.create

Version History (3 versions)

Lexicon Garden

@