blog.micro.content

micro.blog

Documentation

main object

No description available.

Properties

html string Required

The rendered HTML content for the post.

maxLength: 30000 bytes
markdown string Required

The original Markdown content for the post.

maxLength: 30000 bytes
View raw schema
{
  "type": "object",
  "required": [
    "markdown",
    "html"
  ],
  "properties": {
    "html": {
      "type": "string",
      "maxLength": 30000,
      "description": "The rendered HTML content for the post."
    },
    "markdown": {
      "type": "string",
      "maxLength": 30000,
      "description": "The original Markdown content for the post."
    }
  }
}

Lexicon Garden

@