forum.barazo.richtext

barazo.forum

Documentation

markdown object

Markdown-formatted text content.

Properties

value string Required

Markdown-formatted text.

maxLength: 100000 bytesminLength: 1 bytes
View raw schema
{
  "type": "object",
  "required": [
    "value"
  ],
  "properties": {
    "value": {
      "type": "string",
      "maxLength": 100000,
      "minLength": 1,
      "description": "Markdown-formatted text."
    }
  },
  "description": "Markdown-formatted text content."
}

Lexicon Garden

@