{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ItemBody", "type": "object", "description": "Represents properties of the body of a message or event.", "properties": { "contentType": { "type": "string", "description": "The type of the content. Possible values are text and html." }, "content": { "type": "string", "description": "The content of the item." } } }