me.byjp.pebble-index.reminder

byjp.me

Documentation

A reminder captured by Pebble Index, stored in the user's private me.byjp.pebble-index.space space.

main record

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

createdAt string datetime Required

An RFC 3339 formatted timestamp.

dueAt string datetime Optional

When the reminder is due, if a time was recognised.

text string Required

No description available.

maxGraphemes: 10000 graphemes
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."
}

Lexicon Garden

@