1Factory · Schema

NewInspection

NewInspection schema from 1Factory API

AnalyticsData CollectionManufacturingMonitoringQuality

Properties

Name Type Description
insp_ident_1 object
insp_ident_2 object
insp_ident_3 object
part_number object
rev object
inspection_type object
lot_size object
View JSON Schema on GitHub

JSON Schema

1factory-new-inspection-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-new-inspection-schema.json",
  "title": "NewInspection",
  "description": "NewInspection schema from 1Factory API",
  "type": "object",
  "properties": {
    "insp_ident_1": {
      "$ref": "#/components/schemas/insp_ident_1"
    },
    "insp_ident_2": {
      "$ref": "#/components/schemas/insp_ident_2"
    },
    "insp_ident_3": {
      "$ref": "#/components/schemas/insp_ident_3"
    },
    "part_number": {
      "$ref": "#/components/schemas/part_number"
    },
    "rev": {
      "$ref": "#/components/schemas/rev"
    },
    "inspection_type": {
      "$ref": "#/components/schemas/inspection_type"
    },
    "lot_size": {
      "$ref": "#/components/schemas/lot_size"
    }
  }
}