{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "plate_cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 120,
          "y": 80,
          "z": 10
        }
      }
    },
    "2": {
      "id": 2,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -60,
          "y": -40,
          "z": 10
        }
      }
    },
    "3": {
      "id": 3,
      "name": null,
      "op": {
        "type": "Cube",
        "size": {
          "x": 120,
          "y": 8,
          "z": 10
        }
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 2,
      "material": "default"
    },
    {
      "root": 3,
      "material": "default"
    }
  ]
}