org.4906.temp.message

4906.org

{
  "id": "org.4906.temp.message",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "channel",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 16384,
            "minLength": 1,
            "description": "The contents of the message.",
            "maxGraphemes": 2000
          },
          "facets": {
            "type": "array",
            "items": {
              "ref": "org.4906.temp.facet",
              "type": "ref"
            },
            "description": "Annotations of text (mentions, URLs, emoji, etc)"
          },
          "channel": {
            "type": "string",
            "format": "at-uri",
            "description": "Channel that the message was sent in."
          },
          "nickname": {
            "type": "string",
            "maxLength": 640,
            "minLength": 1,
            "description": "A nickname, replaces the author's display name if present.",
            "maxGraphemes": 64
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A message sent in a channel."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.4906.temp.message

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

Metadata

DID
did:plc:3qkcles2iorrfuzncbm2xgd2
CID
bafyreigkynz37c4bfrvqywhdp2t3bfk54k76gdibr754it6u4gaqsnmyom
Indexed At
2026-02-26 13:01 UTC
AT-URI
at://did:plc:3qkcles2iorrfuzncbm2xgd2/com.atproto.lexicon.schema/org.4906.temp.message

Referenced Schemas (1)

  • org.4906.temp.facet

Lexicon Garden

@