app.beaconbits.bookmark.folder

beaconbits.app

{
  "id": "app.beaconbits.bookmark.folder",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "icon": {
            "type": "string",
            "description": "Lucide icon name",
            "maxGraphemes": 64
          },
          "name": {
            "type": "string",
            "description": "Display name of the folder",
            "maxGraphemes": 64
          },
          "color": {
            "type": "string",
            "description": "Hex color code for the folder (e.g., #ff0000)",
            "maxGraphemes": 7
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the folder was created"
          },
          "visibility": {
            "type": "string",
            "default": "hidden",
            "description": "Visibility setting for the folder",
            "knownValues": [
              "public",
              "unlisted",
              "hidden"
            ],
            "maxGraphemes": 32
          },
          "description": {
            "type": "string",
            "description": "Description of the folder",
            "maxGraphemes": 280
          }
        }
      },
      "description": "A folder for organizing bookmarks"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.beaconbits.bookmark.folder

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:j5ttxzdb5kwo4mcqkmzgvt33
CID
bafyreifovpejodhm7xzj53gkseg53mm2nl64daeeq3p22xat7cf3rwmzuu
Indexed At
2026-02-13 14:19 UTC
AT-URI
at://did:plc:j5ttxzdb5kwo4mcqkmzgvt33/com.atproto.lexicon.schema/app.beaconbits.bookmark.folder

Lexicon Garden

@