1Factory · JSON Structure

1Factory Machines Structure

List of machines for the inspection. Only for manufacturing inspections. Entries in this list must match the Mfg. Resources - Machines LOV configured for your organization.

Type: array Properties: 0
AnalyticsData CollectionManufacturingMonitoringQuality

machines 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-machines-structure.json",
  "name": "machines",
  "description": "List of machines for the inspection. Only for manufacturing inspections. Entries in this list must match the Mfg. Resources - Machines LOV configured for your organization.",
  "type": "array",
  "items": {
    "type": "string",
    "nullable": false,
    "minItems": 0
  }
}