diff --git a/MockAPI_GetPeople_2.json b/MockAPI_GetPeople_2.json
new file mode 100644
index 0000000000000000000000000000000000000000..32adc4e294937d757d4010f0e20b074ded64f09e
--- /dev/null
+++ b/MockAPI_GetPeople_2.json
@@ -0,0 +1,257 @@
+{
+  "swagger" : "2.0",
+  "info" : {
+    "description" : null,
+    "version" : "1.0.0",
+    "title" : null,
+    "termsOfService" : null,
+    "contact" : null,
+    "license" : null
+  },
+  "host" : "mock.api.wisc.edu",
+  "basePath" : "/people",
+  "schemes" : [ "https" ],
+  "paths" : {
+    "/" : {
+      "get" : {
+        "tags" : [ "GetPeople" ],
+        "summary" : null,
+        "description" : null,
+        "operationId" : "GetPeople",
+        "produces" : [ "application/json" ],
+        "consumes" : [ "application/json" ],
+        "parameters" : [ ],
+        "responses" : {
+          "200" : {
+            "description" : "successful operation",
+            "schema" : {
+              "$ref" : "#/definitions/GetPeople"
+            }
+          }
+        }
+      }
+    }
+  },
+  "definitions" : {
+    "GetPeople##data##attributes" : {
+      "properties" : {
+        "emailAddress" : {
+          "type" : "string"
+        },
+        "firstName" : {
+          "type" : "string"
+        },
+        "lastName" : {
+          "type" : "string"
+        },
+        "officeAddress" : {
+          "type" : "string"
+        },
+        "officePhoneNumber" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GetPeople##data##links" : {
+      "properties" : {
+        "self" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GetPeople##data##meta" : {
+      "properties" : {
+        "ferpa" : {
+          "type" : "boolean"
+        },
+        "ferpaAttributes" : {
+          "type" : "array",
+          "items" : {
+            "type" : "string"
+          }
+        },
+        "privateAttributes" : {
+          "type" : "array",
+          "items" : {
+            "type" : "string"
+          }
+        }
+      }
+    },
+    "GetPeople##data##relationships##identifiers##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GetPeople##data##relationships##identifiers##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GetPeople##data##relationships##identifiers" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/GetPeople##data##relationships##identifiers##data"
+          }
+        },
+        "links" : {
+          "$ref" : "#/definitions/GetPeople##data##relationships##identifiers##links"
+        }
+      }
+    },
+    "GetPeople##data##relationships##jobs##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GetPeople##data##relationships##jobs##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GetPeople##data##relationships##jobs" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/GetPeople##data##relationships##jobs##data"
+          }
+        },
+        "links" : {
+          "$ref" : "#/definitions/GetPeople##data##relationships##jobs##links"
+        }
+      }
+    },
+    "GetPeople##data##relationships##names##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GetPeople##data##relationships##names##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GetPeople##data##relationships##names" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/GetPeople##data##relationships##names##data"
+          }
+        },
+        "links" : {
+          "$ref" : "#/definitions/GetPeople##data##relationships##names##links"
+        }
+      }
+    },
+    "GetPeople##data##relationships##wiscard##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GetPeople##data##relationships##wiscard" : {
+      "properties" : {
+        "data" : {
+          "type" : "string"
+        },
+        "links" : {
+          "$ref" : "#/definitions/GetPeople##data##relationships##wiscard##links"
+        }
+      }
+    },
+    "GetPeople##data##relationships" : {
+      "properties" : {
+        "identifiers" : {
+          "$ref" : "#/definitions/GetPeople##data##relationships##identifiers"
+        },
+        "jobs" : {
+          "$ref" : "#/definitions/GetPeople##data##relationships##jobs"
+        },
+        "names" : {
+          "$ref" : "#/definitions/GetPeople##data##relationships##names"
+        },
+        "wiscard" : {
+          "$ref" : "#/definitions/GetPeople##data##relationships##wiscard"
+        }
+      }
+    },
+    "GetPeople##data##relationships##wiscard##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GetPeople##data" : {
+      "properties" : {
+        "attributes" : {
+          "$ref" : "#/definitions/GetPeople##data##attributes"
+        },
+        "id" : {
+          "type" : "string"
+        },
+        "links" : {
+          "$ref" : "#/definitions/GetPeople##data##links"
+        },
+        "meta" : {
+          "$ref" : "#/definitions/GetPeople##data##meta"
+        },
+        "relationships" : {
+          "$ref" : "#/definitions/GetPeople##data##relationships"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GetPeople##links" : {
+      "properties" : {
+        "self" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GetPeople" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/GetPeople##data"
+          }
+        },
+        "links" : {
+          "$ref" : "#/definitions/GetPeople##links"
+        }
+      }
+    }
+  }
+}
\ No newline at end of file