tech.tokimeki.forum.message

tokimeki.blue

{
  "id": "tech.tokimeki.forum.message",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "channel",
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 20000,
            "maxGraphemes": 2000
          },
          "embed": {
            "refs": [
              "tech.tokimeki.forum.defs#images"
            ],
            "type": "union"
          },
          "facets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            }
          },
          "thread": {
            "type": "string",
            "format": "at-uri",
            "description": "Space record URI of the tech.tokimeki.forum.thread (required when the channel kind is forum)."
          },
          "channel": {
            "type": "string",
            "format": "at-uri",
            "description": "Space record URI of the tech.tokimeki.forum.channel this message belongs to."
          },
          "replyTo": {
            "type": "string",
            "format": "at-uri",
            "description": "Space record URI of the message being replied to (inline reply in chat, parent comment in forum)."
          },
          "editedAt": {
            "type": "string",
            "format": "datetime"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A message posted into a chat channel, or a comment inside a forum thread. Always written into the author's own repo within the space."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.tokimeki.forum.message

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

Metadata

DID
did:plc:4tr5dqti7nmu6g2czpthntak
CID
bafyreifd7r5343nxkliexk2usrf4vo4wsejdbz5lv2hpztqbsvooj3afh4
Indexed At
2026-08-25 12:27 UTC
AT-URI
at://did:plc:4tr5dqti7nmu6g2czpthntak/com.atproto.lexicon.schema/tech.tokimeki.forum.message

Version History (2 versions)

Referenced Schemas (2)

Lexicon Garden

@