{
"success": true,
"error": "text",
"proposedChanges": [
{
"sampleId": 1,
"step": 1,
"proposedChanges": {
"label": "text",
"isDisabled": true,
"boundingBoxes": [
{
"label": "text",
"x": 1,
"y": 1,
"width": 1,
"height": 1
}
],
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"structuredLabels": [
{
"startIndex": 1,
"endIndex": 1,
"label": "text"
}
]
}
}
]
}