club.userstyles.alpha.graph.comment

userstyles.club

{
  "id": "club.userstyles.alpha.graph.comment",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "comment",
          "createdAt"
        ],
        "properties": {
          "parent": {
            "type": "string",
            "format": "at-uri"
          },
          "comment": {
            "type": "string",
            "maxLength": 2560,
            "maxGraphemes": 256
          },
          "subject": {
            "type": "string",
            "format": "at-uri"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A comment on a userstyle. Can be a reply to another comment."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against club.userstyles.alpha.graph.comment

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:z6a2tfjek74wmqinw5vjzbed
CID
bafyreicaubngj5dp5tltn362qggqgv26zn26wjzrw4csoldrk6d7ssb4am
Indexed At
2026-06-25 22:23 UTC
AT-URI
at://did:plc:z6a2tfjek74wmqinw5vjzbed/com.atproto.lexicon.schema/club.userstyles.alpha.graph.comment

Lexicon Garden

@