{
  "schema": "job/1",
  "id": "collar-01",
  "version": 1,
  "fromExample": "collar-01",
  "units": "m",
  "stage": "export",
  "brief": {
    "title": "Collar on housing",
    "collection": "COLLAR"
  },
  "block": {
    "groups": ["BASE", "HOUSING"],
    "axial_stack": ["foot_ring", "body", "collar"],
    "seam_target_mm": 0.7,
    "parts": [
      {
        "id": "foot_ring",
        "prim": "cylinder",
        "group": "BASE",
        "r": 0.041,
        "h": 0.003,
        "material": "foot_rubber"
      },
      {
        "id": "body",
        "prim": "cylinder",
        "group": "HOUSING",
        "r": 0.0455,
        "h": 0.025,
        "material": "anodised_graphite",
        "finish": "bead-blast"
      },
      {
        "id": "collar",
        "prim": "cylinder",
        "group": "HOUSING",
        "r": 0.0421,
        "h": 0.0072,
        "material": "brass_collar",
        "finish": "turned-fine"
      }
    ]
  },
  "lookdev": {
    "materials": ["foot_rubber", "anodised_graphite", "brass_collar"]
  },
  "light": {
    "environment": "broad",
    "exposure": 0.05,
    "ground": true
  },
  "prove": {
    "views": ["hero", "side", "front"]
  },
  "export": {
    "glb": true,
    "blend": true,
    "stills": true,
    "yUp": true,
    "draco": false
  }
}
