{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ScheduledMessage", "type": "object", "properties": { "_id": { "type": "string" }, "created_at": { "type": "string" }, "send_at": { "type": "string" }, "from_email": { "type": "string" }, "to": { "type": "string" }, "subject": { "type": "string" } } }