at.upvote.comment

upvote.at

{
  "id": "at.upvote.comment",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 50000,
            "minLength": 1,
            "description": "Markdown source. Facet byte ranges refer to this unrendered UTF-8 text.",
            "maxGraphemes": 5000,
            "minGraphemes": 1
          },
          "langs": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "language"
            },
            "maxLength": 3,
            "description": "BCP 47 language tags for the human-language comment text."
          },
          "facets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            },
            "maxLength": 100,
            "description": "Annotations over text, especially DID-backed mentions. Indices count UTF-8 bytes."
          },
          "labels": {
            "refs": [
              "com.atproto.label.defs#selfLabels"
            ],
            "type": "union",
            "description": "Self-applied content labels."
          },
          "subject": {
            "type": "string",
            "format": "uri",
            "description": "For a top-level comment, the canonical URI used by at.upvote.signal.subject. For a reply, the AT URI of its direct at.upvote.comment parent."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when the comment was created."
          },
          "rootSubject": {
            "type": "string",
            "format": "uri",
            "description": "Author-declared discussion resource. The subject is the immediate parent; verify ancestry before using the root for visibility or moderation."
          }
        }
      },
      "description": "A Markdown comment on a canonical subject or a reply to another comment."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.upvote.comment

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:b2bmihikxhdt6s2luzguhexb
CID
bafyreigo3jubdw6tsk2kkc4rfnenn4j5flg2uzwdstr7bdpdli3gqlupey
Indexed At
2026-09-15 20:31 UTC
AT-URI
at://did:plc:b2bmihikxhdt6s2luzguhexb/com.atproto.lexicon.schema/at.upvote.comment

Referenced Schemas (2)

Lexicon Garden

@