An OpnShelf follow relationship stored on a user's PDS
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subjectDid",
"createdAt"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the follow record was created"
},
"subjectDid": {
"type": "string",
"description": "The DID of the OpnShelf user being followed"
}
}
},
"description": "An OpnShelf follow relationship stored on a user's PDS"
}