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"
          },
          "langs": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "language"
            },
            "maxLength": 3,
            "description": "Languages of the text (BCP-47)."
          },
          "facets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            }
          },
          "labels": {
            "refs": [
              "com.atproto.label.defs#selfLabels"
            ],
            "type": "union",
            "description": "Self-applied labels, e.g. for adult content."
          },
          "thread": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The tech.tokimeki.forum.thread this comment belongs to (required when the channel kind is forum). The cid pins the version of the thread the author saw."
          },
          "channel": {
            "type": "string",
            "format": "at-uri",
            "description": "Space record URI of the tech.tokimeki.forum.channel this message belongs to. A channel is a mutable container, so it is referenced by URI alone."
          },
          "replyTo": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The tech.tokimeki.forum.message being replied to (inline reply in chat, parent comment in forum). The cid pins the version replied to; the message may be edited afterwards."
          },
          "editedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Set when the message was edited in place (putRecord with the same rkey)."
          },
          "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
bafyreihsqusyseoba2ywn3fwe2heoalbsnoujqbmx52jivo2e22mlgvepq
Indexed At
2026-08-25 13:18 UTC
AT-URI
at://did:plc:4tr5dqti7nmu6g2czpthntak/com.atproto.lexicon.schema/tech.tokimeki.forum.message

Version History (2 versions)

Referenced Schemas (3)

Lexicon Garden

@