No description available.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
When this follow was created
subject
ref
com.atproto.repo.strongRef
Required
The collection being followed
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "The collection being followed"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When this follow was created"
}
}
}
}