1Factory · Schema

number_of_parts

Number of parts inspected.

AnalyticsData CollectionManufacturingMonitoringQuality
View JSON Schema on GitHub

JSON Schema

1factory-number-of-parts-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-number-of-parts-schema.json",
  "title": "number_of_parts",
  "description": "Number of parts inspected.",
  "type": "integer",
  "format": "int32",
  "minimum": 1,
  "example": 3
}