me.byjp.pebble-index.note

byjp.me

Documentation

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

main record

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

createdAt string datetime Required

An RFC 3339 formatted timestamp.

recordedAt string datetime Optional

When the source voice capture was made, if different from createdAt.

text string Required

The note content (usually a transcription of a voice capture).

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

Lexicon Garden

@