{
  "board": {
    "width": 40,
    "height": 20
  },
  "placements": [
    {
      "ref": "R1",
      "x": 5,
      "y": 5,
      "rotation": 0,
      "side": "top",
      "part": "RES10K"
    },
    {
      "ref": "C1",
      "x": 15,
      "y": 5,
      "rotation": 90,
      "side": "top",
      "part": "CAP100N"
    }
  ],
  "panel": {
    "rows": 1,
    "columns": 2,
    "gap_x": 5,
    "gap_y": 5,
    "rotation": 0,
    "origin_x": 0,
    "origin_y": 0
  },
  "feeders": [
    {
      "slot": "A",
      "capacity": 1,
      "parts": [
        "RES10K",
        "CAP100N"
      ],
      "x": 0,
      "y": 0
    },
    {
      "slot": "B",
      "capacity": 1,
      "parts": [
        "RES10K"
      ],
      "x": 20,
      "y": 0
    }
  ]
}