A general-purpose star/feature marker for any ATProto record. Written by the facilitator account to curate featured content (gatherings, sims, proposals, etc.).
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
Timestamp when the star was created
subject
ref
com.atproto.repo.strongRef
Required
Reference to any ATProto record being starred (gathering, sim, proposal, etc.)
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Reference to any ATProto record being starred (gathering, sim, proposal, etc.)"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when the star was created"
}
}
},
"description": "A general-purpose star/feature marker for any ATProto record. Written by the facilitator account to curate featured content (gatherings, sims, proposals, etc.)."
}