1Factory · Schema

fai_type

Type of first-article inspection.

AnalyticsData CollectionManufacturingMonitoringQuality
View JSON Schema on GitHub

JSON Schema

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