blue.backyard.feed.comment

lexicon.store View official

{
  "id": "blue.backyard.feed.comment",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "subject",
          "root",
          "createdAt"
        ],
        "properties": {
          "root": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The root post of the thread. Always a blue.backyard.feed.post."
          },
          "text": {
            "type": "string",
            "maxLength": 10000,
            "description": "The text content of the comment.",
            "maxGraphemes": 1000
          },
          "facets": {
            "type": "array",
            "items": {
              "ref": "blue.backyard.richtext.facet",
              "type": "ref"
            },
            "description": "Annotations of text (mentions, URLs, hashtags)."
          },
          "parent": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "If replying to another comment, the parent comment. If absent, subject is the direct parent."
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The direct parent record being commented on (a post, reblog, or another comment)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A comment (note) on a Backyard post or reblog."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A comment on a post, reblog, or another comment. Equivalent to a Tumblr 'note' — a lightweight text response that does not appear in the commenter's own feed."
}

Validate Record

Validate a record against blue.backyard.feed.comment

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

Metadata

DID
did:web:lexicon.store
CID
bafyreidh5zppxqxnt3attwy2tov3ycnr4y7zfxkirq5hyvrnkvdnoijzqy
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/blue.backyard.feed.comment

Referenced Schemas (1)

Lexicon Garden

@