me.byjp.pebble-index.note

byjp.me

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

Validate Record

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

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@