{
  "name": "Branch Office Example",
  "baseIp": "192.168.10.0",
  "subnets": [
    {
      "id": "subnet-1",
      "name": "Office Workstations",
      "vlanId": 10,
      "expectedDevices": 25,
      "subnetInfo": {
        "expectedDevices": 25,
        "plannedDevices": 50,
        "requiredHosts": 52,
        "subnetSize": 64,
        "cidrPrefix": 26,
        "networkAddress": "192.168.10.0/26",
        "usableHosts": 62
      }
    },
    {
      "id": "subnet-2",
      "name": "VoIP Phones",
      "vlanId": 20,
      "expectedDevices": 15,
      "subnetInfo": {
        "expectedDevices": 15,
        "plannedDevices": 30,
        "requiredHosts": 32,
        "subnetSize": 32,
        "cidrPrefix": 27,
        "networkAddress": "192.168.10.64/27",
        "usableHosts": 30
      }
    },
    {
      "id": "subnet-3",
      "name": "Guest WiFi",
      "vlanId": 30,
      "expectedDevices": 10,
      "subnetInfo": {
        "expectedDevices": 10,
        "plannedDevices": 20,
        "requiredHosts": 22,
        "subnetSize": 32,
        "cidrPrefix": 27,
        "networkAddress": "192.168.10.96/27",
        "usableHosts": 30
      }
    },
    {
      "id": "subnet-4",
      "name": "Printers",
      "vlanId": 40,
      "expectedDevices": 5,
      "subnetInfo": {
        "expectedDevices": 5,
        "plannedDevices": 10,
        "requiredHosts": 12,
        "subnetSize": 16,
        "cidrPrefix": 28,
        "networkAddress": "192.168.10.128/28",
        "usableHosts": 14
      }
    },
    {
      "id": "subnet-5",
      "name": "Servers",
      "vlanId": 50,
      "expectedDevices": 3,
      "subnetInfo": {
        "expectedDevices": 3,
        "plannedDevices": 6,
        "requiredHosts": 8,
        "subnetSize": 8,
        "cidrPrefix": 29,
        "networkAddress": "192.168.10.144/29",
        "usableHosts": 6
      }
    }
  ],
  "supernet": {
    "cidrPrefix": 24,
    "networkAddress": "192.168.10.0/24",
    "usedSize": 152,
    "totalSize": 256,
    "efficiency": 59.375,
    "rangeEfficiency": 100.0
  },
  "createdAt": "2024-01-01T00:00:00.000Z",
  "updatedAt": "2024-01-01T00:00:00.000Z"
}
