1Factory · Schema

ID

Unique identifier for the Inspection, assigned by 1Factory.

AnalyticsData CollectionManufacturingMonitoringQuality
View JSON Schema on GitHub

JSON Schema

1factory-id-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-id-schema.json",
  "title": "ID",
  "description": "Unique identifier for the Inspection, assigned by 1Factory.",
  "type": "integer",
  "format": "int32",
  "example": 12345,
  "readOnly": true
}