{
    "mirror_sets": [
      {
        "id": 1,
        "disks": [
          {
            "id": 1,
            "size_gb": 100,
            "type": "SDXC",
            "manufacturer": "Samsung"
          },
          {
            "id": 2,
            "size_gb": 100,
            "type": "SDXC",
            "manufacturer": "Crucial"
          }
        ]
      },
      {
        "id": 2,
        "disks": [
          {
            "id": 3,
            "size_gb": 2000,
            "type": "SDXC",
            "manufacturer": "Seagate"
          },
          {
            "id": 4,
            "size_gb": 2000,
            "type": "SDXC",
            "manufacturer": "Western Digital"
          }
        ]
      }
    ]
  }