A listener subscribing to a show.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"showUri",
"subscribedAt"
],
"properties": {
"showUri": {
"type": "string",
"format": "uri",
"description": "AT Protocol URI of the place.pod.show record being subscribed to."
},
"subscribedAt": {
"type": "string",
"format": "datetime",
"description": "ISO 8601 timestamp of when the subscription was created."
}
}
},
"description": "A listener subscribing to a show."
}