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