{
    "type": "object",
    "properties": {
        "id": {
            "type": "string"
        },
        "properties": {
            "type": "object",
            "properties": {
                "createdate": {
                    "type": "string"
                },
                "dealname": {
                    "type": "string"
                },
                "hs_lastmodifieddate": {
                    "type": "string"
                },
                "hs_object_id": {
                    "type": "string"
                },
                "hubspot_owner_id": {
                    "type": "string"
                }
            },
            "required": [
                "createdate",
                "hs_lastmodifieddate",
                "hs_object_id"
            ]
        },
        "createdAt": {
            "type": "string"
        },
        "updatedAt": {
            "type": "string"
        },
        "archived": {
            "type": "boolean"
        }
    },
    "version": 1
}
