1description: >
2    Implement to provide physical dimension attributes.
3
4properties:
5    - name: Height
6      type: double
7      description: >
8          The height in meters.
9    - name: Width
10      type: double
11      description: >
12          The width in meters.
13    - name: Depth
14      type: double
15      description: >
16          The depth in meters.
17