download.darkworld.content.markdown

kris.darkworld.download

{
  "id": "download.darkworld.content.markdown",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "body"
      ],
      "properties": {
        "body": {
          "type": "string",
          "maxLength": 1000000,
          "description": "markdown source ![alt](imageRef) to embed images"
        },
        "images": {
          "type": "array",
          "items": {
            "ref": "#imageRef",
            "type": "ref"
          },
          "maxLength": 128,
          "description": "Images referenced in the body with ![alt](imageRef)"
        }
      },
      "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
}

Validate Record

Validate a record against download.darkworld.content.markdown

Validation Options
Treat any remaining unresolved references as valid

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)

Lexicon Garden

@