{ "type": "object", "properties": { "type": { "type": "string", "example": "example_value" }, "text": { "type": "string", "example": "example_value" }, "fileId": { "type": "string", "example": "500123" }, "altText": { "type": "string", "example": "example_value" } }, "required": [ "type", "text" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MessageSegment5" }