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