Skip to main content

FabricInspectionDefect

defectstringrequired

Defect id belonging to a defect category of the workflow.

Example: 1.1
defectCommentstring

Free-text note about the defect. Defaults to an empty string.

Example: Hole near selvedge
defectiveMeterintegerrequired

Defective length of the roll. Combined with defect it must be unique within the roll.

Possible values: >= 0

Example: 12
occurrenceDefectinteger

Number of times the defect occurs. Defaults to 1.

Possible values: >= 1

Example: 3
FabricInspectionDefect
{
"defect": "1.1",
"defectComment": "Hole near selvedge",
"defectiveMeter": 12,
"occurrenceDefect": 3
}