{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MessageInput", "type": "object", "properties": { "body": { "type": "string", "description": "The message body content." }, "content_type": { "type": "string", "description": "The content type of the message body." } } }