rectangle
The rectangle parameter is used to specify the coordinates of a BoundingBox object, as follows:
"rectangle": {
"x": 200,
"y": 100,
"width": 300,
"height": 300
}
where x and y are the coordinates of the upper left corner of the BoundingBox and w and h are the width and height.