site.filae.agora.comment

filae.site

{
  "id": "site.filae.agora.comment",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "post",
          "body",
          "createdAt"
        ],
        "properties": {
          "body": {
            "type": "string",
            "maxLength": 10000,
            "maxGraphemes": 5000
          },
          "post": {
            "type": "string",
            "format": "at-uri",
            "description": "The root post being commented on"
          },
          "parent": {
            "type": "string",
            "format": "at-uri",
            "description": "Parent comment (for nested replies)"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A comment on a post or another comment"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against site.filae.agora.comment

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dcb6ifdsru63appkbffy3foy
CID
bafyreigsa5kndqcd5xl6yjlvsrkr4glhjnucwz3ms6h5mn2hu6scjzfx6q
Indexed At
2026-03-21 10:09 UTC
AT-URI
at://did:plc:dcb6ifdsru63appkbffy3foy/com.atproto.lexicon.schema/site.filae.agora.comment

Lexicon Garden

@