site.mochott.comment

tokimeki.blue

{
  "id": "site.mochott.comment",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "content",
          "createdAt"
        ],
        "properties": {
          "parent": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI of the parent comment record. Used for single-level threading."
          },
          "content": {
            "type": "string",
            "maxLength": 30000,
            "description": "The text content of the comment.",
            "maxGraphemes": 3000
          },
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI of the article record being commented on."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the comment was created."
          }
        }
      },
      "description": "Record representing a comment on an article. Deleting this record removes the comment."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A comment on an article. Supports single-level threading via the optional parent field."
}

Validate Record

Validate a record against site.mochott.comment

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4tr5dqti7nmu6g2czpthntak
CID
bafyreig4x2ov6gqvzrs6lslxwvwf3a4nv6vgeq623hixv5y4f6wpfvs7rm
Indexed At
2026-08-03 12:09 UTC
AT-URI
at://did:plc:4tr5dqti7nmu6g2czpthntak/com.atproto.lexicon.schema/site.mochott.comment

Lexicon Garden

@