Record containing a comment
Record Key
tid
Timestamp-based ID
Properties
attachment
union
Optional
No description available.
Known types:
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
facets
array
of
ref
pub.leaflet.richtext.facet
Optional
No description available.
onPage
string
Optional
No description available.
plaintext
string
Required
No description available.
reply
ref
#replyRef
Optional
No description available.
subject
string
at-uri
Required
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"plaintext",
"createdAt"
],
"properties": {
"reply": {
"ref": "#replyRef",
"type": "ref"
},
"facets": {
"type": "array",
"items": {
"ref": "pub.leaflet.richtext.facet",
"type": "ref"
}
},
"onPage": {
"type": "string"
},
"subject": {
"type": "string",
"format": "at-uri"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"plaintext": {
"type": "string"
},
"attachment": {
"refs": [
"#linearDocumentQuote"
],
"type": "union"
}
}
},
"description": "Record containing a comment"
}