forum.barazo.topic.reply

barazo.forum

{
  "id": "forum.barazo.topic.reply",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "content",
          "root",
          "parent",
          "community",
          "createdAt"
        ],
        "properties": {
          "root": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The original topic (AT URI of forum.barazo.topic.post)."
          },
          "langs": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "language"
            },
            "maxLength": 3,
            "description": "BCP 47 language tags indicating the primary language(s) of the content."
          },
          "facets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            },
            "description": "Annotations of text (mentions, URLs, hashtags, etc)."
          },
          "labels": {
            "refs": [
              "com.atproto.label.defs#selfLabels"
            ],
            "type": "union",
            "description": "Self-label values for content maturity."
          },
          "parent": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Direct parent (topic or reply). For top-level replies, parent == root."
          },
          "content": {
            "refs": [
              "forum.barazo.richtext#markdown"
            ],
            "type": "union",
            "description": "Reply body content. Open union for extensible content formats."
          },
          "community": {
            "type": "string",
            "format": "did",
            "description": "DID of the community where this reply was created. Immutable origin identifier."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this reply was originally created."
          }
        }
      },
      "description": "Record containing a reply to a forum topic or another reply."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A reply to a forum topic or another reply, with threaded parent references and community attribution."
}

Validate Record

Validate a record against forum.barazo.topic.reply

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

Metadata

DID
did:plc:7brt3r7rokkjqc4wjgeovnyx
CID
bafyreihtwtqzpfeeunibhyitoh4aax7yqvqfoja4ntsev53jzgiqysd5ti
Indexed At
2026-03-27 23:55 UTC
AT-URI
at://did:plc:7brt3r7rokkjqc4wjgeovnyx/com.atproto.lexicon.schema/forum.barazo.topic.reply

Referenced Schemas (3)

Lexicon Garden

@