Skip to main content

InspectionMeasurement

caption stringrequired

Possible values: non-empty

isPomCritical booleannullable

Measurement is critical or not

Example: true
pom stringrequired

Possible values: non-empty

sizes object[]
  • Array [
  • measurement stringrequired
    size stringrequired

    Size name

    Possible values: non-empty

    Example: Medium
  • ]
  • tolerance stringrequired
    toleranceLower numbernullable

    Accepted lower limit between the expected measure (standard) and the actual measure

    Example: 1
    toleranceUpper numbernullable

    Accepted upper limit between the expected measure (standard) and the actual measure

    Example: 1
    unit stringrequired

    Possible values: [inch, cm, mm]

    InspectionMeasurement
    {
    "caption": "string",
    "isPomCritical": "true",
    "pom": "string",
    "sizes": [
    {
    "measurement": "string",
    "size": "Medium"
    }
    ],
    "tolerance": "string",
    "toleranceLower": 1,
    "toleranceUpper": 1,
    "unit": "inch"
    }