social.colibri.beta.category.create

colibri.social

{
  "id": "social.colibri.beta.category.create",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "community",
            "name"
          ],
          "properties": {
            "name": {
              "type": "string",
              "maxLength": 32,
              "minLength": 1,
              "description": "The category's name."
            },
            "community": {
              "type": "string",
              "format": "did",
              "description": "The community to create the category in."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The request is missing, malformed, or unverifiable service auth."
        },
        {
          "name": "Forbidden",
          "description": "The caller lacks the category.create permission."
        },
        {
          "name": "CommunityNotFound",
          "description": "No community exists at the given DID."
        },
        {
          "name": "CredentialsUnavailable",
          "description": "The AppView cannot act as the community because its stored credentials are missing or unusable."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "category"
          ],
          "properties": {
            "category": {
              "ref": "social.colibri.beta.community.defs#categoryView",
              "type": "ref",
              "description": "The newly created category."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Creates a category in a community."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.category.create

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreibdytdpsw74ynmtk4h464d7dzidhsgvxzaktdx4fc3quhb2432vcm
Indexed At
2026-08-23 12:32 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.category.create

Referenced Schemas (1)

Lexicon Garden

@