A follow relationship with a weather event (fyi.wed.event or community.lexicon.calendar.event).
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": "at-uri",
"description": "AT URI of the followed event record."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A follow relationship with a weather event (fyi.wed.event or community.lexicon.calendar.event)."
}