* `html` - html * `text` - text
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DescriptionContentTypeEnum", "title": "DescriptionContentTypeEnum", "enum": [ "html", "text" ], "type": "string", "description": "* `html` - html\n* `text` - text" }