at.margin.bookmark

margin.at

{
  "id": "at.margin.bookmark",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "source",
          "createdAt"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64,
              "maxGraphemes": 32
            },
            "maxLength": 10,
            "description": "Tags for categorization"
          },
          "title": {
            "type": "string",
            "maxLength": 500,
            "description": "Page title"
          },
          "source": {
            "type": "string",
            "format": "uri",
            "description": "The bookmarked URL"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "sourceHash": {
            "type": "string",
            "description": "SHA256 hash of normalized URL for indexing"
          },
          "description": {
            "type": "string",
            "maxLength": 1000,
            "description": "Optional description/note",
            "maxGraphemes": 300
          }
        }
      },
      "description": "A bookmarked URL (motivation: bookmarking)"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A bookmark record - save URL for later"
}

Validate Record

Validate a record against at.margin.bookmark

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:rjqn3agdb74cszhqcpii4sne
CID
bafyreibqggcjq6k34oaz7f6etv7zexbulqqg7lhyplwdlkmxoepnvb5hpa
Indexed At
2026-01-13 10:43 UTC
AT-URI
at://did:plc:rjqn3agdb74cszhqcpii4sne/com.atproto.lexicon.schema/at.margin.bookmark

Lexicon Garden

@