1Factory · JSON Structure

1Factory Sub Part List Structure

List of parts that make up this assembly. Each listed part must already exist as a Part Master entry.

Type: array Properties: 0
AnalyticsData CollectionManufacturingMonitoringQuality

SubPartList 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-sub-part-list-structure.json",
  "name": "SubPartList",
  "description": "List of parts that make up this assembly. Each listed part must already exist as a Part Master entry.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/AssemblyEntry"
  },
  "minItems": 1,
  "example": [
    {
      "part_number": "12-54321-21",
      "rev": "C",
      "quantity": 4
    },
    {
      "part_number": "12-54322-11",
      "rev": "B",
      "quantity": 2
    }
  ]
}