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"
          },
          "labels": {
            "ref": "com.atproto.label.defs#selfLabels",
            "type": "ref",
            "description": "Self-applied content labels for this bookmark"
          },
          "rights": {
            "type": "string",
            "format": "uri",
            "description": "License URI (e.g., https://creativecommons.org/licenses/by/4.0/)"
          },
          "source": {
            "type": "string",
            "format": "uri",
            "description": "The bookmarked URL"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "generator": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string",
                "format": "uri"
              },
              "name": {
                "type": "string"
              },
              "homepage": {
                "type": "string",
                "format": "uri"
              }
            },
            "description": "The client/agent that created this record"
          },
          "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
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:rjqn3agdb74cszhqcpii4sne
CID
bafyreibopnma3yjoienwwqtntyhetdqoesa3baxkczplev2naohdb7ul6u
Indexed At
2026-02-13 13:44 UTC
AT-URI
at://did:plc:rjqn3agdb74cszhqcpii4sne/com.atproto.lexicon.schema/at.margin.bookmark

Referenced Schemas (1)

Lexicon Garden

@