A personal lexicon for mmatt's statuslog.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt",
"text"
],
"properties": {
"text": {
"type": "string",
"description": "The text of the status update"
},
"emoji": {
"type": "string",
"description": "The emoji of the status update"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "The unix timestamp of when the status was recorded"
}
}
},
"description": "A personal lexicon for mmatt's statuslog."
}