app.hyper-limit.bookmark

p24l.bsky.social

{
  "id": "app.hyper-limit.bookmark",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "url",
          "title",
          "createdAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048,
            "description": "The web URL being bookmarked"
          },
          "note": {
            "type": "string",
            "maxLength": 10000
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 50
            },
            "maxLength": 20
          },
          "title": {
            "type": "string",
            "maxLength": 300
          },
          "pinned": {
            "type": "boolean",
            "default": false
          },
          "summary": {
            "type": "string",
            "maxLength": 1000,
            "description": "AI-generated summary"
          },
          "archived": {
            "type": "boolean",
            "default": false
          },
          "imageUrl": {
            "type": "string",
            "format": "uri"
          },
          "listUris": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 10,
            "description": "References to lists this bookmark belongs to"
          },
          "reminder": {
            "type": "object",
            "properties": {
              "date": {
                "type": "string",
                "format": "datetime"
              },
              "note": {
                "type": "string",
                "maxLength": 500
              }
            }
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "encrypted": {
            "type": "boolean",
            "default": false
          },
          "imageBlob": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 500000
          },
          "sourceUri": {
            "type": "string",
            "format": "at-uri",
            "description": "Reference if bookmark was saved from another user"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 1000
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.hyper-limit.bookmark

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:5j2yklrr4pozy7yhrdq5xfn7
CID
bafyreigwbfzdpple63qljupvlzr5u6mctjkqjn5ass5fk2jos4rrermvga
Indexed At
2026-02-13 13:26 UTC
AT-URI
at://did:plc:5j2yklrr4pozy7yhrdq5xfn7/com.atproto.lexicon.schema/app.hyper-limit.bookmark

Lexicon Garden

@