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