diff --git a/ASP-IICS-Team/MockPersonAPI/MockAPI_GetPeople.json b/ASP-IICS-Team/MockPersonAPI/MockAPI_GetPeople.json
new file mode 100644
index 0000000000000000000000000000000000000000..71c4af1e144d623f2d9893fe3d1c1a1417a72a5a
--- /dev/null
+++ b/ASP-IICS-Team/MockPersonAPI/MockAPI_GetPeople.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" : "/",
+  "schemes" : [ "https" ],
+  "paths" : {
+    "/People" : {
+      "get" : {
+        "tags" : [ "SAS_MockAPI_GetPeople" ],
+        "summary" : null,
+        "description" : null,
+        "operationId" : "SAS_MockAPI_GetPeople",
+        "produces" : [ "application/json" ],
+        "consumes" : [ "application/json" ],
+        "parameters" : [ ],
+        "responses" : {
+          "200" : {
+            "description" : "successful operation",
+            "schema" : {
+              "$ref" : "#/definitions/SAS_MockAPI_GetPeople"
+            }
+          }
+        }
+      }
+    }
+  },
+  "definitions" : {
+    "SAS_MockAPI_GetPeople##data##attributes" : {
+      "properties" : {
+        "emailAddress" : {
+          "type" : "string"
+        },
+        "firstName" : {
+          "type" : "string"
+        },
+        "lastName" : {
+          "type" : "string"
+        },
+        "officeAddress" : {
+          "type" : "string"
+        },
+        "officePhoneNumber" : {
+          "type" : "string"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##data##links" : {
+      "properties" : {
+        "self" : {
+          "type" : "string"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##data##meta" : {
+      "properties" : {
+        "ferpa" : {
+          "type" : "boolean"
+        },
+        "ferpaAttributes" : {
+          "type" : "array",
+          "items" : {
+            "type" : "string"
+          }
+        },
+        "privateAttributes" : {
+          "type" : "array",
+          "items" : {
+            "type" : "string"
+          }
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##data##relationships##identifiers##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##data##relationships##identifiers##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##data##relationships##identifiers" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##identifiers##data"
+          }
+        },
+        "links" : {
+          "$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##identifiers##links"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##data##relationships##jobs##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##data##relationships##jobs##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##data##relationships##jobs" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##jobs##data"
+          }
+        },
+        "links" : {
+          "$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##jobs##links"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##data##relationships##names##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##data##relationships##names##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##data##relationships##names" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##names##data"
+          }
+        },
+        "links" : {
+          "$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##names##links"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##data##relationships##wiscard##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##data##relationships##wiscard" : {
+      "properties" : {
+        "data" : {
+          "type" : "string"
+        },
+        "links" : {
+          "$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##wiscard##links"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##data##relationships" : {
+      "properties" : {
+        "identifiers" : {
+          "$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##identifiers"
+        },
+        "jobs" : {
+          "$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##jobs"
+        },
+        "names" : {
+          "$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##names"
+        },
+        "wiscard" : {
+          "$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##wiscard"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##data##relationships##wiscard##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##data" : {
+      "properties" : {
+        "attributes" : {
+          "$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##attributes"
+        },
+        "id" : {
+          "type" : "string"
+        },
+        "links" : {
+          "$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##links"
+        },
+        "meta" : {
+          "$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##meta"
+        },
+        "relationships" : {
+          "$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople##links" : {
+      "properties" : {
+        "self" : {
+          "type" : "string"
+        }
+      }
+    },
+    "SAS_MockAPI_GetPeople" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/SAS_MockAPI_GetPeople##data"
+          }
+        },
+        "links" : {
+          "$ref" : "#/definitions/SAS_MockAPI_GetPeople##links"
+        }
+      }
+    }
+  }
+}
\ No newline at end of file
diff --git a/ASP-IICS-Team/MockPersonAPI/MockAPI_GetPeople_2.json b/ASP-IICS-Team/MockPersonAPI/MockAPI_GetPeople_2.json
new file mode 100644
index 0000000000000000000000000000000000000000..32adc4e294937d757d4010f0e20b074ded64f09e
--- /dev/null
+++ b/ASP-IICS-Team/MockPersonAPI/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
diff --git a/ASP-IICS-Team/MockPersonAPI/MockPGetID.json b/ASP-IICS-Team/MockPersonAPI/MockPGetID.json
new file mode 100644
index 0000000000000000000000000000000000000000..0012a32cc5f3abd724913b315f727ce1d7c6200d
--- /dev/null
+++ b/ASP-IICS-Team/MockPersonAPI/MockPGetID.json
@@ -0,0 +1,248 @@
+{
+  "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" : {
+    "/100" : {
+      "get" : {
+        "tags" : [ "MockPGetID" ],
+        "summary" : null,
+        "description" : null,
+        "operationId" : "MockPGetID",
+        "produces" : [ "application/vnd.api+json" ],
+        "consumes" : [ "application/vnd.api+json" ],
+        "parameters" : [ ],
+        "responses" : {
+          "200" : {
+            "description" : "successful operation",
+            "schema" : {
+              "$ref" : "#/definitions/MockPGetID"
+            }
+          }
+        }
+      }
+    }
+  },
+  "definitions" : {
+    "MockPGetID##data##attributes" : {
+      "properties" : {
+        "emailAddress" : {
+          "type" : "string"
+        },
+        "firstName" : {
+          "type" : "string"
+        },
+        "lastName" : {
+          "type" : "string"
+        },
+        "officeAddress" : {
+          "type" : "string"
+        },
+        "officePhoneNumber" : {
+          "type" : "string"
+        }
+      }
+    },
+    "MockPGetID##data##links" : {
+      "properties" : {
+        "self" : {
+          "type" : "string"
+        }
+      }
+    },
+    "MockPGetID##data##meta" : {
+      "properties" : {
+        "ferpa" : {
+          "type" : "boolean"
+        },
+        "privateAttributes" : {
+          "type" : "array",
+          "items" : {
+            "type" : "string"
+          }
+        }
+      }
+    },
+    "MockPGetID##data##relationships##identifiers##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "MockPGetID##data##relationships##identifiers##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "MockPGetID##data##relationships##identifiers" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/MockPGetID##data##relationships##identifiers##data"
+          }
+        },
+        "links" : {
+          "$ref" : "#/definitions/MockPGetID##data##relationships##identifiers##links"
+        }
+      }
+    },
+    "MockPGetID##data##relationships##jobs##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "MockPGetID##data##relationships##jobs##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "MockPGetID##data##relationships##jobs" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/MockPGetID##data##relationships##jobs##data"
+          }
+        },
+        "links" : {
+          "$ref" : "#/definitions/MockPGetID##data##relationships##jobs##links"
+        }
+      }
+    },
+    "MockPGetID##data##relationships##names##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "MockPGetID##data##relationships##names##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "MockPGetID##data##relationships##names" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/MockPGetID##data##relationships##names##data"
+          }
+        },
+        "links" : {
+          "$ref" : "#/definitions/MockPGetID##data##relationships##names##links"
+        }
+      }
+    },
+    "MockPGetID##data##relationships##wiscard##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "MockPGetID##data##relationships##wiscard##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "MockPGetID##data##relationships##wiscard" : {
+      "properties" : {
+        "data" : {
+          "$ref" : "#/definitions/MockPGetID##data##relationships##wiscard##data"
+        },
+        "links" : {
+          "$ref" : "#/definitions/MockPGetID##data##relationships##wiscard##links"
+        }
+      }
+    },
+    "MockPGetID##data##relationships" : {
+      "properties" : {
+        "identifiers" : {
+          "$ref" : "#/definitions/MockPGetID##data##relationships##identifiers"
+        },
+        "jobs" : {
+          "$ref" : "#/definitions/MockPGetID##data##relationships##jobs"
+        },
+        "names" : {
+          "$ref" : "#/definitions/MockPGetID##data##relationships##names"
+        },
+        "wiscard" : {
+          "$ref" : "#/definitions/MockPGetID##data##relationships##wiscard"
+        }
+      }
+    },
+    "MockPGetID##data" : {
+      "properties" : {
+        "attributes" : {
+          "$ref" : "#/definitions/MockPGetID##data##attributes"
+        },
+        "id" : {
+          "type" : "string"
+        },
+        "links" : {
+          "$ref" : "#/definitions/MockPGetID##data##links"
+        },
+        "meta" : {
+          "$ref" : "#/definitions/MockPGetID##data##meta"
+        },
+        "relationships" : {
+          "$ref" : "#/definitions/MockPGetID##data##relationships"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "MockPGetID##links" : {
+      "properties" : {
+        "self" : {
+          "type" : "string"
+        }
+      }
+    },
+    "MockPGetID" : {
+      "properties" : {
+        "data" : {
+          "$ref" : "#/definitions/MockPGetID##data"
+        },
+        "links" : {
+          "$ref" : "#/definitions/MockPGetID##links"
+        }
+      }
+    }
+  }
+}
\ No newline at end of file