net.hrkn.personas.bookmark

leo.hrkn.fi

{
  "id": "net.hrkn.personas.bookmark",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "refs": [
              "#strongRef",
              "#externalRef"
            ],
            "type": "union",
            "description": "The target being bookmarked"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the bookmark was created"
          }
        }
      },
      "description": "A bookmark record for saving and organizing references to posts, profiles, or external content"
    },
    "strongRef": {
      "type": "object",
      "required": [
        "uri",
        "cid"
      ],
      "properties": {
        "cid": {
          "type": "string"
        },
        "uri": {
          "type": "string",
          "format": "uri"
        }
      }
    },
    "externalRef": {
      "type": "object",
      "required": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "uri",
          "description": "URI of the external content"
        },
        "title": {
          "type": "string",
          "maxLength": 500,
          "description": "Title of the external content"
        },
        "description": {
          "type": "string",
          "maxLength": 1000,
          "description": "Description of the external content"
        }
      },
      "description": "Reference to external content outside AT Protocol"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.hrkn.personas.bookmark

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:zausoat25xxfgec2cndomsnf
CID
bafyreihe5fgq7m3ii7goz6n6ragaxns4cj4vkbnwjhmzgymxmyym2kkysu
Indexed At
2026-02-13 13:57 UTC
AT-URI
at://did:plc:zausoat25xxfgec2cndomsnf/com.atproto.lexicon.schema/net.hrkn.personas.bookmark

Lexicon Garden

@