at.margin.reply

margin.at

{
  "id": "at.margin.reply",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "parent",
          "root",
          "text",
          "createdAt"
        ],
        "properties": {
          "root": {
            "ref": "#replyRef",
            "type": "ref",
            "description": "Reference to the root annotation of the thread"
          },
          "text": {
            "type": "string",
            "maxLength": 10000,
            "description": "Reply text content",
            "maxGraphemes": 3000
          },
          "format": {
            "type": "string",
            "default": "text/plain",
            "description": "MIME type of the text content"
          },
          "parent": {
            "ref": "#replyRef",
            "type": "ref",
            "description": "Reference to the parent annotation or reply"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A reply to an annotation (motivation: replying)"
    },
    "replyRef": {
      "type": "object",
      "required": [
        "uri",
        "cid"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        }
      },
      "description": "Strong reference to an annotation or reply"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 2,
  "description": "A reply to an annotation or another reply"
}

Validate Record

Validate a record against at.margin.reply

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:rjqn3agdb74cszhqcpii4sne
CID
bafyreidfd4y5jm22uy4gxxh5z6bqiy3zbev6qso6ti5r6xgu6pfd3f6gd4
Indexed At
2026-02-13 13:44 UTC
AT-URI
at://did:plc:rjqn3agdb74cszhqcpii4sne/com.atproto.lexicon.schema/at.margin.reply

Lexicon Garden

@