[
  {
    "name": "Aspen Apartments",
    "housingType": "Apartment",
    "roomType": ["Single", "Double"],
    "studentType": "Upperclass",
    "bathroomType": "Shared",
    "kitchenType": "Full Kitchen"
  },
  {
    "name": "Bunting Hall",
    "housingType": "Dorm",
    "roomType": ["Double", "Lofted Double"],
    "studentType": "First-Year",
    "bathroomType": "Community",
    "kitchenType": "Community Kitchen"
  },
  {
    "name": "Garfield Hall",
    "housingType": "Dorm",
    "roomType": ["Single", "Double"],
    "studentType": "First-Year",
    "bathroomType": "Shared",
    "kitchenType": "Kitchenette"
  },
  {
    "name": "Grand Mesa Hall",
    "housingType": "Dorm",
    "roomType": ["Double"],
    "studentType": "First-Year",
    "bathroomType": "Community",
    "kitchenType": "Kitchenette"
  },
  {
    "name": "Jay Tolman Hall",
    "housingType": "Dorm",
    "roomType": ["Single", "Double"],
    "studentType": "First-Year",
    "bathroomType": "Community",
    "kitchenType": "Community Kitchen"
  },
  {
    "name": "Lucero Suites and Apartments",
    "housingType": ["Apartment", "Dorm"],
    "roomType": ["Suite", "Single", "Double"],
    "studentType": "Upperclass",
    "bathroomType": "Shared",
    "kitchenType": "Kitchenette"
  },
  {
    "name": "Mary Rait Hall",
    "housingType": "Dorm",
    "roomType": ["Single", "Double"],
    "studentType": "First-Year",
    "bathroomType": "Community",
    "kitchenType": "Kitchenette"
  },
  {
    "name": "Monument Hall",
    "housingType": "Dorm",
    "roomType": ["Single", "Double"],
    "studentType": "First-Year",
    "bathroomType": "Shared",
    "kitchenType": "Community Kitchen"
  },
  {
    "name": "Orchard Avenue Apartments",
    "housingType": "Apartment",
    "roomType": ["Single", "Double"],
    "studentType": "Upperclass",
    "bathroomType": "Shared",
    "kitchenType": "Full Kitchen"
  },
  {
    "name": "Pinon Hall",
    "housingType": "Dorm",
    "roomType": ["Double", "Lofted Double"],
    "studentType": "First-Year",
    "bathroomType": "Community",
    "kitchenType": "Community Kitchen"
  },
  {
    "name": "Walnut Ridge Apartments",
    "housingType": "Apartment",
    "roomType": ["Single", "Double"],
    "studentType": "Upperclass",
    "bathroomType": "Shared",
    "kitchenType": "Full Kitchen"
  },
  {
    "name": "Wingate Suites and Apartments",
    "housingType": ["Apartment", "Suite"],
    "roomType": ["Single", "Suite"],
    "studentType": "Upperclass",
    "bathroomType": "Shared",
    "kitchenType": "Kitchenette"
  }
]
