com.deckbelcher.social.reply

deckbelcher.com

{
  "id": "com.deckbelcher.social.reply",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "parent",
          "root",
          "content",
          "createdAt"
        ],
        "properties": {
          "root": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The root top-level comment (for efficient thread loading)."
          },
          "parent": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The comment or reply being replied to."
          },
          "content": {
            "ref": "com.deckbelcher.richtext#document",
            "type": "ref",
            "description": "Rich text content."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Reply to a comment or another reply."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.deckbelcher.social.reply

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

Metadata

DID
did:web:deckbelcher.com
CID
bafyreiepjno3hhgfhb47kbi3zgchfxiderzackdbzkrxfogg7dtrzy5wdq
Indexed At
2026-01-27 01:08 UTC
AT-URI
at://did:web:deckbelcher.com/com.atproto.lexicon.schema/com.deckbelcher.social.reply

Referenced Schemas (1)

Lexicon Garden

@