Record containing a Bookhive comment.
Record Key
tid
Timestamp-based ID
Properties
book
ref
com.atproto.repo.strongRef
Required
No description available.
comment
string
Required
The content of the comment.
maxLength: 100000 bytesmaxGraphemes: 10000 graphemescreatedAt
string
datetime
Required
Client-declared timestamp when this comment was originally created.
parent
ref
com.atproto.repo.strongRef
Required
No description available.
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."
}