social.colibri.message

colibri.social

{
  "id": "social.colibri.message",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "createdAt",
          "channel"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 2048,
            "description": "The message content."
          },
          "$type": {
            "type": "string",
            "format": "nsid",
            "description": "The type of the record."
          },
          "edited": {
            "type": "boolean",
            "default": false,
            "description": "Whether this message has been edited."
          },
          "facets": {
            "type": "array",
            "items": {
              "ref": "lex:social.colibri.richtext.facet",
              "type": "ref"
            },
            "description": "Annotations of sections of the text."
          },
          "parent": {
            "type": "string",
            "format": "record-key",
            "description": "The record key of a message this message is replying to."
          },
          "channel": {
            "type": "string",
            "format": "record-key",
            "description": "The channel this message was sent in."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the message was sent."
          },
          "attachments": {
            "type": "array",
            "items": {
              "ref": "lex:social.colibri.message#attachment",
              "type": "ref"
            },
            "description": "An array of attachment objects for this message."
          }
        }
      },
      "description": "A message sent in a channel on Colibri"
    },
    "attachment": {
      "type": "object",
      "required": [
        "blob"
      ],
      "properties": {
        "blob": {
          "type": "blob",
          "description": "The attached file."
        },
        "name": {
          "type": "string",
          "maxLength": 256,
          "description": "The original filename."
        }
      },
      "description": "A file attached to a message."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 2,
  "description": "A message sent in a channel on Colibri."
}

Validate Record

Validate a record against social.colibri.message

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

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreifgqbijtch7naupo76ereiqq6wwltim3s6l25xiy3mlky5evtshlq
Indexed At
2026-03-19 20:26 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.message

Referenced Schemas (2)

  • lex:social.colibri.message#attachment
  • lex:social.colibri.richtext.facet

Lexicon Garden

@