1Factory · Schema

lot_size

Number of parts in lot being inspected

AnalyticsData CollectionManufacturingMonitoringQuality
View JSON Schema on GitHub

JSON Schema

1factory-lot-size-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-lot-size-schema.json",
  "title": "lot_size",
  "description": "Number of parts in lot being inspected",
  "type": "integer",
  "format": "int32",
  "minimum": 0,
  "example": 100
}