{
    "type": "object",
    "properties": {
        "@odata.etag": {
            "type": "string"
        },
        "body": {
            "type": "object",
            "properties": {
                "content": {
                    "type": "string"
                },
                "contentType": {
                    "type": "string"
                }
            }
        },
        "categories": {
            "type": "array",
            "items": {
                "type": "string"
            }
        },
        "createdDateTime": {
            "type": "string"
        },
        "dueDateTime": {
            "type": "object",
            "properties": {
                "dateTime": {
                    "type": "string"
                },
                "timeZone": {
                    "type": "string"
                }
            }
        },
        "hasAttachments": {
            "type": "boolean"
        },
        "id": {
            "type": "string"
        },
        "importance": {
            "type": "string"
        },
        "isReminderOn": {
            "type": "boolean"
        },
        "lastModifiedDateTime": {
            "type": "string"
        },
        "status": {
            "type": "string"
        },
        "title": {
            "type": "string"
        }
    },
    "version": 7
}
