A spark record - throwing a short message into the fire. Something you like or words that cheer you up.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"text",
"createdAt"
],
"properties": {
"text": {
"type": "string",
"maxLength": 100,
"description": "Short text (up to 30 graphemes)",
"maxGraphemes": 30
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A spark record - throwing a short message into the fire. Something you like or words that cheer you up."
}