{
"id": "download.darkworld.content.markdown",
"defs": {
"main": {
"type": "object",
"required": [
"body"
],
"properties": {
"body": {
"type": "string",
"maxLength": 1000000,
"description": "markdown source  to embed images"
},
"images": {
"type": "array",
"items": {
"ref": "#imageRef",
"type": "ref"
},
"maxLength": 128,
"description": "Images referenced in the body with "
}
},
"description": "markdown for rendering in darkworld.download/blog"
},
"imageRef": {
"type": "object",
"required": [
"imageRef",
"blob"
],
"properties": {
"blob": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 5000000
},
"imageRef": {
"type": "string",
"maxLength": 512,
"description": "key used to reference the blob",
"maxGraphemes": 128
}
},
"description": "blob keyed by ref in the body"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:vessel.darkworld.download
- CID
-
bafyreihoh3ma6pvm4i3zfn7tmzifjes5jrax4ub6ju6y6i65qvksubh5he
- Indexed At
- 2026-05-30 08:57 UTC
- AT-URI
-
at://did:web:vessel.darkworld.download/com.atproto.lexicon.schema/download.darkworld.content.markdown
Version History (2 versions)