{
"id": "net.oscillatory.dev.cartesium.publicationV1",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt",
"snapshot",
"preview"
],
"properties": {
"title": {
"type": "string",
"maxLength": 2000,
"description": "The graph title at publication time.",
"maxGraphemes": 500
},
"preview": {
"type": "blob",
"accept": [
"image/png"
],
"maxSize": 5000000,
"description": "A 1200 by 630 PNG preview of the published graph."
},
"snapshot": {
"type": "blob",
"accept": [
"application/json"
],
"maxSize": 500000,
"description": "A Cartesium GraphSnapshotV1 encoded as UTF-8 JSON."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "The time at which this immutable publication was created."
}
}
},
"description": "An immutable Cartesium graph publication with a portable document snapshot and social preview."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:ncwcsl2uejt5ci5qgn7spgis
- CID
-
bafyreievqjaen7dwygfh6brbw2d7bwzxtfq62xd6cry2f2wv6ppebospja
- Indexed At
- 2026-07-24 18:04 UTC
- AT-URI
-
at://did:plc:ncwcsl2uejt5ci5qgn7spgis/com.atproto.lexicon.schema/net.oscillatory.dev.cartesium.publicationV1