me.byjp.pebble-index.reminder

byjp.me

{
  "id": "me.byjp.pebble-index.reminder",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against me.byjp.pebble-index.reminder

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ephkzpinhaqcabtkugtbzrwu
CID
bafyreideeytd36xqpufroqn5qyns4wum2vfs7atkpqeog7h5xq7rxmxo5e
Indexed At
2026-08-26 12:55 UTC
AT-URI
at://did:plc:ephkzpinhaqcabtkugtbzrwu/com.atproto.lexicon.schema/me.byjp.pebble-index.reminder

Lexicon Garden

@