buzz.bookhive.buzz

bookhive.buzz

Documentation

Record containing a Bookhive comment.

main record

Record containing a Bookhive comment.

Record Key tid Timestamp-based ID

Properties

comment string Required

The content of the comment.

maxLength: 100000 bytesmaxGraphemes: 10000 graphemes
createdAt string datetime Required

Client-declared timestamp when this comment was originally created.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "comment",
      "createdAt",
      "book",
      "parent"
    ],
    "properties": {
      "book": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "parent": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "comment": {
        "type": "string",
        "maxLength": 100000,
        "description": "The content of the comment.",
        "maxGraphemes": 10000
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when this comment was originally created."
      }
    }
  },
  "description": "Record containing a Bookhive comment."
}

Lexicon Garden

@