Dimension
This type defines dimension, measured in a specified unit of measure. Difference between size type and dimension type is that size is measured in integer values, while dimensions are measured in float valuse.
| Key | Type | Description |
|---|---|---|
| width | float | Width |
| height | float | Height |
| depth | float | Depth |
| unit | string | Unit of measure |
{
"width": 5.3,
"height": 10.2,
"depth": 7.1,
"unit": "meters"
}