1Factory · JSON Structure

1Factory New Inspection Structure

NewInspection schema from 1Factory API

Type: object Properties: 7
AnalyticsData CollectionManufacturingMonitoringQuality

NewInspection is a JSON Structure definition published by 1Factory, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

insp_ident_1 insp_ident_2 insp_ident_3 part_number rev inspection_type lot_size

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/1factory/refs/heads/main/json-structure/1factory-new-inspection-structure.json",
  "name": "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"
    }
  }
}