app.bivri.feed.comment

lexicons.bivri.app

{
  "id": "app.bivri.feed.comment",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "content",
          "createdAt"
        ],
        "properties": {
          "parent": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong reference to the comment being replied to. Absent on a top-level comment."
          },
          "content": {
            "type": "string",
            "maxLength": 10000,
            "description": "Comment text.",
            "maxGraphemes": 1000
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong reference to the artwork the comment is on."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp of when the comment was posted."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp of the last edit to this record."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Record containing a comment on an artwork."
}

Validate Record

Validate a record against app.bivri.feed.comment

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uqat5a7hrbww3snbbinxgwah
CID
bafyreignlctbajexwjgblfvubaghk7by62nb3gixdx6yutvzvjd7ptvwli
Indexed At
2026-08-04 07:17 UTC
AT-URI
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.feed.comment

Lexicon Garden

@