blue.skytalk.talk.thread

skytalk.blue

{
  "id": "blue.skytalk.talk.thread",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "channelId",
          "title",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 4000,
            "description": "The text content of the thread",
            "maxGraphemes": 40000
          },
          "blobs": {
            "type": "array",
            "items": {
              "type": "blob",
              "accept": [
                "image/*",
                "audio/*"
              ],
              "maxSize": 10000000
            },
            "maxLength": 1,
            "description": "Optional attached media (image or audio)"
          },
          "title": {
            "type": "string",
            "maxLength": 300,
            "description": "The title of the thread",
            "maxGraphemes": 3000
          },
          "channelId": {
            "type": "string",
            "description": "The channel this thread belongs to"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of thread creation"
          }
        }
      },
      "description": "A thread in a channel"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.skytalk.talk.thread

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:tg7czpgjgkh3teov45ffzlgd
CID
bafyreih2ukeyhdna3jpei4a3k74x4o5xy3awys33ucoblp2jjhagplgfoa
Indexed At
2026-02-07 00:31 UTC
AT-URI
at://did:plc:tg7czpgjgkh3teov45ffzlgd/com.atproto.lexicon.schema/blue.skytalk.talk.thread

Lexicon Garden

@