A favourite of another account's collection, so the viewer can revisit it and follow what gets added.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
subject
ref
com.atproto.repo.strongRef
Required
Strong reference to the collection record being favourited. Indexed by URI; the CID is informational and may go stale as the collection is edited.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the collection record being favourited. Indexed by URI; the CID is informational and may go stale as the collection is edited."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A favourite of another account's collection, so the viewer can revisit it and follow what gets added."
}