{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 40,
          "y": 40,
          "z": 40
        }
      }
    },
    "2": {
      "id": 2,
      "name": "Pocket",
      "op": {
        "type": "Cube",
        "size": {
          "x": 20,
          "y": 20,
          "z": 10
        }
      }
    },
    "3": {
      "id": 3,
      "name": "PocketTranslate",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": 0,
          "y": 0,
          "z": 30
        }
      }
    },
    "4": {
      "id": 4,
      "name": "Subtract",
      "op": {
        "type": "Difference",
        "left": 1,
        "right": 3
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 4,
      "material": "default"
    }
  ]
}