1Factory · Schema

InspectionList

InspectionList schema from 1Factory API

AnalyticsData CollectionManufacturingMonitoringQuality
View JSON Schema on GitHub

JSON Schema

1factory-inspection-list-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-inspection-list-schema.json",
  "title": "InspectionList",
  "description": "InspectionList schema from 1Factory API",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/Inspection"
  },
  "minItems": 0,
  "maxItems": 500
}