A reminder 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",
"maxGraphemes": 10000
},
"dueAt": {
"type": "string",
"format": "datetime",
"description": "When the reminder is due, if a time was recognised."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A reminder captured by Pebble Index, stored in the user's private me.byjp.pebble-index.space space."
}