1Factory · JSON Structure

1Factory Fai Type Structure

Type of first-article inspection.

Type: string Properties: 0
AnalyticsData CollectionManufacturingMonitoringQuality

fai_type 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-fai-type-structure.json",
  "name": "fai_type",
  "description": "Type of first-article inspection.",
  "type": "string",
  "enum": [
    "Standard",
    "AS9102"
  ],
  "example": "Standard"
}