Skip to main content

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.

KeyTypeDescription
widthfloatWidth
heightfloatHeight
depthfloatDepth
unitstringUnit of measure
{
"width": 5.3,
"height": 10.2,
"depth": 7.1,
"unit": "meters"
}