InspectionStandardsMaxAllowed
critical string
The number of critical defects max allowed
Example:
0
major string
The number of major defects max allowed
Example:
1
minor string
The number of minor defects max allowed
Example:
1
InspectionStandardsMaxAllowed
{
"critical": "0",
"major": "1",
"minor": "1"
}