{
    "type": "object",
    "properties": {
        "@odata.context": {
            "type": "string"
        },
        "@odata.etag": {
            "type": "string"
        },
        "attendees": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "emailAddress": {
                        "type": "object",
                        "properties": {
                            "address": {
                                "type": "string"
                            },
                            "name": {
                                "type": "string"
                            }
                        }
                    },
                    "status": {
                        "type": "object",
                        "properties": {
                            "response": {
                                "type": "string"
                            },
                            "time": {
                                "type": "string"
                            }
                        }
                    },
                    "type": {
                        "type": "string"
                    }
                }
            }
        },
        "bodyPreview": {
            "type": "string"
        },
        "calendar@odata.associationLink": {
            "type": "string"
        },
        "calendar@odata.navigationLink": {
            "type": "string"
        },
        "end": {
            "type": "object",
            "properties": {
                "dateTime": {
                    "type": "string"
                },
                "timeZone": {
                    "type": "string"
                }
            }
        },
        "id": {
            "type": "string"
        },
        "organizer": {
            "type": "object",
            "properties": {
                "emailAddress": {
                    "type": "object",
                    "properties": {
                        "address": {
                            "type": "string"
                        },
                        "name": {
                            "type": "string"
                        }
                    }
                }
            }
        },
        "start": {
            "type": "object",
            "properties": {
                "dateTime": {
                    "type": "string"
                },
                "timeZone": {
                    "type": "string"
                }
            }
        },
        "subject": {
            "type": "string"
        },
        "webLink": {
            "type": "string"
        }
    },
    "version": 1
}
