Like an RSS article.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"feedUrl",
"articleUrl"
],
"properties": {
"feedUrl": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"articleUrl": {
"type": "string"
}
}
},
"description": "Like an RSS article."
}