app.protoimsg.chat.channel

lexicon.store View official

{
  "id": "app.protoimsg.chat.channel",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "room",
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 100,
            "description": "Display name for the channel."
          },
          "room": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the room this channel belongs to."
          },
          "position": {
            "type": "integer",
            "minimum": 0,
            "description": "Sort position within the room. Lower numbers appear first."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of channel creation."
          },
          "postPolicy": {
            "type": "string",
            "description": "Who can post messages in this channel.",
            "knownValues": [
              "everyone",
              "owner",
              "moderators"
            ]
          },
          "description": {
            "type": "string",
            "maxLength": 500,
            "description": "What the channel is about."
          }
        }
      },
      "description": "A channel within a chat room. Created by the room owner."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.protoimsg.chat.channel

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreiaekgj5wvm442nwmypgjnxutd6yh6uv2xcrkan35gmvaotttza24e
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/app.protoimsg.chat.channel

Lexicon Garden

@