download.darkworld.content.markdown

kris.darkworld.download

Documentation

imageRef object

blob keyed by ref in the body

Properties

blob blob Required

No description available.

maxSize: 5.0 MB
imageRef string Required

key used to reference the blob

maxLength: 512 bytesmaxGraphemes: 128 graphemes
View raw schema
{
  "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"
}
markdown object

markdown for rendering in darkworld.download/blog

Properties

body string Required

markdown source ![alt](imageRef) to embed images

maxLength: 1000000 bytes
images array of ref#imageRef Optional

Images referenced in the body with ![alt](imageRef)

maxLength: 128 items
View raw schema
{
  "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"
}

Lexicon Garden

@