A mood entry from Aesthetic Computer
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"mood",
"when",
"ref"
],
"properties": {
"ref": {
"type": "string",
"description": "Reference to source database record for bidirectional sync"
},
"mood": {
"type": "string",
"maxLength": 5000,
"description": "The mood text content"
},
"when": {
"type": "string",
"format": "datetime",
"description": "When the mood was created (ISO 8601)"
}
}
},
"description": "A mood entry from Aesthetic Computer"
}