A one-way follow from the authoring repo to the subject DID. Mirrors the app.bsky.graph.follow shape.
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 user."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When this follow was created."
}
}
},
"description": "A one-way follow from the authoring repo to the subject DID. Mirrors the app.bsky.graph.follow shape."
}