is.danny.scrapbook.entry

danny.is

{
  "id": "is.danny.scrapbook.entry",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "createdAt"
        ],
        "properties": {
          "alt": {
            "type": "string",
            "maxLength": 2000,
            "description": "Alt text for the image.",
            "maxGraphemes": 200
          },
          "text": {
            "type": "string",
            "maxLength": 3000,
            "description": "The note itself.",
            "maxGraphemes": 300
          },
          "image": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 1000000,
            "description": "A reference to an image uploaded to the repo's blob store."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A scrap: a bit of text, optionally with a picture pinned to it."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against is.danny.scrapbook.entry

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:aes3lokiqtv63fk62nwnjeuf
CID
bafyreicua7vuzuvjnhhkfl6ab7cmlu63il4ru4kphrn5ihkkgp2yyelqau
Indexed At
2026-09-05 00:46 UTC
AT-URI
at://did:plc:aes3lokiqtv63fk62nwnjeuf/com.atproto.lexicon.schema/is.danny.scrapbook.entry

Lexicon Garden

@