No description available.
Properties
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."
}
}
}