1Factory · JSON Structure

1Factory New Mfg Inspection Structure

NewMfgInspection schema from 1Factory API

Type: Properties: 0
AnalyticsData CollectionManufacturingMonitoringQuality

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

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-mfg-inspection-structure.json",
  "name": "NewMfgInspection",
  "description": "NewMfgInspection schema from 1Factory API",
  "allOf": [
    {
      "$ref": "#/components/schemas/NewInspection"
    },
    {
      "type": "object",
      "properties": {
        "customer_name": {
          "$ref": "#/components/schemas/customer_name"
        },
        "machines": {
          "$ref": "#/components/schemas/machines"
        },
        "operation": {
          "$ref": "#/components/schemas/operation"
        }
      }
    }
  ]
}