{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "MessageInput", "type": "object", "properties": { "body": { "type": "string" }, "content_type": { "type": "string" } } }