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