app.bulleted.comment

ngerakines.me

{
  "id": "app.bulleted.comment",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 10000,
            "description": "The comment's content."
          },
          "facets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            },
            "description": "Rich text annotations over text."
          },
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "The node this comment is about."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the comment was created."
          }
        }
      },
      "description": "A comment on a node, owned by its author."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.bulleted.comment

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

Metadata

DID
did:plc:cbkjy5n7bk3ax2wplmtjofq2
CID
bafyreidnu2jpwud7cpjncx5hhxwathxhjfjwrvxksxap6sfyhybssfhv4u
Indexed At
2026-07-31 00:01 UTC
AT-URI
at://did:plc:cbkjy5n7bk3ax2wplmtjofq2/com.atproto.lexicon.schema/app.bulleted.comment

Referenced Schemas (1)

Lexicon Garden

@