{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "MessageContent", "type": "object", "properties": { "ts": { "type": "integer" }, "_id": { "type": "string" }, "from_email": { "type": "string" }, "from_name": { "type": "string" }, "subject": { "type": "string" }, "to": { "type": "object" }, "tags": { "type": "array" }, "headers": { "type": "object" }, "text": { "type": "string" }, "html": { "type": "string" }, "attachments": { "type": "array" } } }