1Factory · Schema

insp_ident_2

Secondary identifier for an inspection or FAI, for example a Customer Purchase Order or Lot #. For FAIs this is the 'PO Number'. (Optional)

AnalyticsData CollectionManufacturingMonitoringQuality
View JSON Schema on GitHub

JSON Schema

1factory-insp-ident-2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/1factory/refs/heads/main/json-schema/1factory-insp-ident-2-schema.json",
  "title": "insp_ident_2",
  "description": "Secondary identifier for an inspection or FAI, for example a Customer Purchase Order or Lot #. For FAIs this is the 'PO Number'. (Optional)",
  "type": "string",
  "minLength": 0,
  "maxLength": 255,
  "example": "C-B12345"
}