{
"id": "app.hyper-limit.bookmark.list",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"visibility",
"createdAt"
],
"properties": {
"icon": {
"type": "string",
"default": "folder",
"knownValues": [
"folder",
"list",
"star",
"tag"
]
},
"name": {
"type": "string",
"maxLength": 100
},
"color": {
"type": "string",
"pattern": "^#[0-9A-Fa-f]{6}$",
"description": "Hex color code for visual organization"
},
"parent": {
"type": "string",
"format": "at-uri",
"description": "Reference to parent list for hierarchy"
},
"pinned": {
"type": "boolean",
"default": false,
"description": "Whether this list is pinned for quick access"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"coverImage": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 1000000
},
"visibility": {
"type": "string",
"description": "private: owner only, collaborative: specific users, public: anyone can view",
"knownValues": [
"private",
"collaborative",
"public"
]
},
"description": {
"type": "string",
"maxLength": 1000
},
"permissions": {
"type": "object",
"properties": {
"canAdd": {
"type": "array",
"items": {
"type": "string",
"format": "did"
},
"description": "DIDs that can add bookmarks to this list"
}
}
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:5j2yklrr4pozy7yhrdq5xfn7
- CID
-
bafyreihip4iotnisihe676gurv7p3krm5kq22mlkhlsegjn4wautgvnmri
- Indexed At
- 2026-02-13 13:26 UTC
- AT-URI
-
at://did:plc:5j2yklrr4pozy7yhrdq5xfn7/com.atproto.lexicon.schema/app.hyper-limit.bookmark.list