{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormBlockRichTextConfig", "title": "FormBlockRichTextConfig", "type": "object", "additionalProperties": false, "properties": { "content": { "type": "string", "maxLength": 10000 } } }