1Factory · Schema

parts_passed

The number of parts that pass inspection.

AnalyticsData CollectionManufacturingMonitoringQuality
View JSON Schema on GitHub

JSON Schema

1factory-parts-passed-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-parts-passed-schema.json",
  "title": "parts_passed",
  "description": "The number of parts that pass inspection.",
  "type": "number",
  "minimum": 0,
  "example": 95
}