Record indicating that the account author is subscribed to a publication. Deleting this record unsubscribes.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"profile",
"createdAt"
],
"properties": {
"profile": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the publication profile record being subscribed to."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when the subscription was created."
}
}
},
"description": "Record indicating that the account author is subscribed to a publication. Deleting this record unsubscribes."
}