Semble Lexicon Reference
This document provides a complete reference for Semble’s ATProto lexicons (data schemas).
Overview
network.cosmik.card
Card Types
URL Card Structure
{
"type": "URL",
"$type": "network.cosmik.card",
"content": {
"url": "https://example.com/article",
"$type": "network.cosmik.card#urlContent",
"metadata": {
"type": "article",
"$type": "network.cosmik.card#urlMetadata",
"title": "Example Article Title",
"description": "Article description or excerpt...",
"author": "Author Name",
"siteName": "Example Site",
"imageUrl": "https://example.com/image.jpg",
"publishedDate": "2025-01-15T10:30:00.000Z",
"retrievedAt": "2025-01-15T12:00:00.000Z"
}
},
"createdAt": "2025-01-15T12:00:00.000Z",
"provenance": {
"via": {
"uri": "at://did:plc:xxx/network.cosmik.card/zzz",
"cid": "bafyrei..."
},
"$type": "network.cosmik.defs#provenance"
}
}Field
Type
Required
Description
NOTE Card Structure
Field
Type
Required
Description
Design Notes
network.cosmik.collection
Collection Structure
Field
Type
Required
Description
network.cosmik.collectionLink
CollectionLink Structure
Field
Type
Required
Description
Design Notes
Working with References
Exmple: Complete Card with Collection
Last updated

