{
    "type": "object",
    "properties": {
        "Deal_Name": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "Owner": {
            "type": "object",
            "properties": {
                "email": {
                    "type": "string"
                },
                "id": {
                    "type": "string"
                },
                "name": {
                    "type": "string"
                }
            }
        }
    },
    "version": 3
}
