When expressing dimensions, the following format of object is used:

  {
  "dimensions": {
    "length": 1.00,
    "height": 1.00,
    "width": 1.00,
    "unit": "cm" //or "in"
  }
}
  

The only acceptable values for unit are cm or in (i.e. centimetres or inches).