FabricInspectionDefect
defectstringrequired
Defect id belonging to a defect category of the workflow.
Example:
1.1defectCommentstring
Free-text note about the defect. Defaults to an empty string.
Example:
Hole near selvedgedefectiveMeterintegerrequired
Defective length of the roll. Combined with defect it must be unique within the roll.
Possible values: >= 0
Example:
12occurrenceDefectinteger
Number of times the defect occurs. Defaults to 1.
Possible values: >= 1
Example:
3FabricInspectionDefect
{
"defect": "1.1",
"defectComment": "Hole near selvedge",
"defectiveMeter": 12,
"occurrenceDefect": 3
}