{
    "type": "object",
    "properties": {
        "@odata.context": {
            "type": "string"
        },
        "@odata.etag": {
            "type": "string"
        },
        "body": {
            "type": "object",
            "properties": {
                "content": {
                    "type": "string"
                },
                "contentType": {
                    "type": "string"
                }
            }
        },
        "createdDateTime": {
            "type": "string"
        },
        "hasAttachments": {
            "type": "boolean"
        },
        "id": {
            "type": "string"
        },
        "importance": {
            "type": "string"
        },
        "isReminderOn": {
            "type": "boolean"
        },
        "lastModifiedDateTime": {
            "type": "string"
        },
        "status": {
            "type": "string"
        },
        "title": {
            "type": "string"
        }
    },
    "version": 1
}
