A reader following a creator — everything they publish, including a series they start tomorrow. Distinct from following one series.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"type": "string",
"format": "did",
"description": "DID of the followed creator."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A reader following a creator — everything they publish, including a series they start tomorrow. Distinct from following one series."
}