Promotes a Bluesky post to canon status within a world. Only curators may create canon records.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
Timestamp of the canon promotion.
subject
ref
com.atproto.repo.strongRef
Required
Reference to the Bluesky post being promoted to canon.
world
string
Required
The world domain this canon applies to.
maxLength: 253 bytesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"world",
"createdAt"
],
"properties": {
"world": {
"type": "string",
"maxLength": 253,
"description": "The world domain this canon applies to."
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Reference to the Bluesky post being promoted to canon."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp of the canon promotion."
}
}
},
"description": "Promotes a Bluesky post to canon status within a world. Only curators may create canon records."
}