A public thought or learning - something interesting discovered from public sources.
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": 10000,
"description": "The thought or learning content."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When this thought was recorded."
}
}
},
"description": "A public thought or learning - something interesting discovered from public sources."
}