{
  "locationsLevels": ["county", "school"],
  "locations": {
    "county1": {
      "id": "county1",
      "label": "County 1",
      "children": {
        "school1": {
          "id": "school1",
          "label": "School 1"
        },
        "school2": {
          "id": "school2",
          "label": "School 2"
        }
      }
    },
    "county2": {
      "id": "county2",
      "label": "County 2",
      "children": {
        "school3": {
          "id": "school3",
          "label": "School 3"
        },
        "school4": {
          "id": "school4",
          "label": "School 4"
        }
      }
    }
  }
}
