com.deckbelcher.social.reply

deckbelcher.com

Documentation

Reply to a comment or another reply.

main record

Reply to a comment or another reply.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "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."
}

Lexicon Garden

@