A note captured by Pebble Index, stored in the user's private me.byjp.pebble-index.space space.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"text",
"createdAt"
],
"properties": {
"text": {
"type": "string",
"description": "The note content (usually a transcription of a voice capture).",
"maxGraphemes": 10000
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"recordedAt": {
"type": "string",
"format": "datetime",
"description": "When the source voice capture was made, if different from createdAt."
}
}
},
"description": "A note captured by Pebble Index, stored in the user's private me.byjp.pebble-index.space space."
}