fyi.frontpage.feed.comment

frontpage-lexicons.bsky.social

{
  "id": "fyi.frontpage.feed.comment",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt",
          "post",
          "blocks"
        ],
        "properties": {
          "post": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "blocks": {
            "type": "array",
            "items": {
              "ref": "fyi.frontpage.richtext.block",
              "type": "ref"
            },
            "maxLength": 200,
            "description": "The content of the comment. Note, there are additional constraints placed on the total size of the content within the Frontpage AppView that are not possible to express in lexicon. Generally a comment can have a maximum length of 10,000 graphemes, the Frontpage AppView will enforce this limit."
          },
          "parent": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this comment was originally created."
          }
        }
      },
      "description": "Record containing a Frontpage comment."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against fyi.frontpage.feed.comment

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

Metadata

DID
did:plc:aolkloygz4xdpye44god4oqm
CID
bafyreieizhqvyozv3t25td7pu3vvwjfmmr7hbpuivgtnxvtef65w3pvdse
Indexed At
2026-02-13 13:54 UTC
AT-URI
at://did:plc:aolkloygz4xdpye44god4oqm/com.atproto.lexicon.schema/fyi.frontpage.feed.comment

Referenced Schemas (1)

Lexicon Garden

@