Dimension

Fields

minimum

float

maximum

float

inspected_value

float

minimum

NMDv3
dimension 1

NMD_ProfielSet_Versies.SchalingMinX1

dimension 2

NMD_ProfielSet_Versies.SchalingMinX2

NMDv4

Dimension.minimum Make sure to preserve the ordering of the dimensions.

If no minimum value is defined, but the inspected value does exist for the dimension, the minimum value is to be set to equal the inspected value.

maximum

NMDv3
dimension 1

NMD_ProfielSet_Versies.SchalingMaxX1

dimension 2

NMD_ProfielSet_Versies.SchalingMaxX2

NMDv4

Dimension.maximum Make sure to preserve the ordering of the dimensions.

If no maximum value defined, but the inspected value does exist for the dimension, the maximum value is to be set to equal the inspected value.

lower-midpoint

The average of the minimum value and the inspected value.

upper-midpoint

The average of the inspected_value and the maximum value.

inspected_value

NMDv3
dimension 1

NMD_ProfielSet_Versies.SchalingsMaat_x1

dimension 2

NMD_ProfielSet_Versies.SchalingsMaat_x2

NMDv4

Dimension.inspected_value

Example

{
  "minimum": 0.5,
  "maximum": 2.0,
  "lower-midpoint": 0.75,
  "upper-midpoint": 1.5,
  "inspected_value": 1.0,
}