{
"version1": {
"version_number": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"change_summary": "string",
"config": {
"property1": "string",
"property2": "string"
},
"tools": [
{
"property1": "string",
"property2": "string"
}
]
},
"version2": {
"version_number": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"change_summary": "string",
"config": {
"property1": "string",
"property2": "string"
},
"tools": [
{
"property1": "string",
"property2": "string"
}
]
},
"diff": {
"config": {
"property1": {
"old": null,
"new": null,
"changed": true
},
"property2": {
"old": null,
"new": null,
"changed": true
}
},
"tools": {
"property1": {
"old": null,
"new": null,
"changed": true
},
"property2": {
"old": null,
"new": null,
"changed": true
}
},
"summary": [
"Greeting message changed",
"Voice changed"
]
}
}