{ "type": "object", "name": "Body14", "properties": { "isRichText": { "type": "['string', 'null']" }, "messageSegments": { "type": "array", "description": "", "items": { "type": "string" } }, "text": { "type": "string" } }, "required": [ "isRichText", "messageSegments", "text" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }