A comment on a userstyle. Can be a reply to another comment.
Record Key
tid
Timestamp-based ID
Properties
comment
string
Required
No description available.
maxLength: 2560 bytesmaxGraphemes: 256 graphemescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
parent
ref
com.atproto.repo.strongRef
Optional
No description available.
subject
ref
com.atproto.repo.strongRef
Required
No description available.
updatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"comment",
"createdAt"
],
"properties": {
"parent": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"comment": {
"type": "string",
"maxLength": 2560,
"maxGraphemes": 256
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A comment on a userstyle. Can be a reply to another comment."
}