app.atmobb.discussion.reply

lexicons.atmobb.app

{
  "id": "app.atmobb.discussion.reply",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "thread",
          "body"
        ],
        "properties": {
          "body": {
            "type": "array",
            "items": {
              "refs": [
                "app.atmobb.richtext.block#text",
                "app.atmobb.richtext.block#quote",
                "app.atmobb.richtext.block#code",
                "app.atmobb.richtext.block#image"
              ],
              "type": "union"
            },
            "maxLength": 200
          },
          "parent": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "A specific reply this responds to, for quote-chains. Absent means replying to the thread."
          },
          "thread": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The app.atmobb.discussion.thread being replied to."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A reply in a thread. Lives in the author's repo. Flat by default; parent enables quote-chain threading."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.atmobb.discussion.reply

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

Metadata

DID
did:plc:dqnwiguwsbb6uwrm7a2rsff2
CID
bafyreiadeo6wgjab56ftn6uxgj5dpi3j3m6x6yykkwrijhb3cuixrlrezq
Indexed At
2026-07-26 20:07 UTC
AT-URI
at://did:plc:dqnwiguwsbb6uwrm7a2rsff2/com.atproto.lexicon.schema/app.atmobb.discussion.reply

Referenced Schemas (4)

Lexicon Garden

@