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