1Factory · JSON Structure

1Factory New Fai Structure

NewFai schema from 1Factory API

Type: object Properties: 8
AnalyticsData CollectionManufacturingMonitoringQuality

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

Properties

insp_ident_1 insp_ident_2 part_number rev fai_type number_of_parts customer_name supplier_name

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-fai-structure.json",
  "name": "NewFai",
  "description": "NewFai 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"
    },
    "part_number": {
      "$ref": "#/components/schemas/part_number"
    },
    "rev": {
      "$ref": "#/components/schemas/rev"
    },
    "fai_type": {
      "$ref": "#/components/schemas/fai_type"
    },
    "number_of_parts": {
      "$ref": "#/components/schemas/number_of_parts"
    },
    "customer_name": {
      "$ref": "#/components/schemas/customer_name"
    },
    "supplier_name": {
      "$ref": "#/components/schemas/supplier_name"
    }
  }
}