diff --git a/ASP-IICS-Team/Test_ONLY/test_uwmil_t2_swagger.json b/ASP-IICS-Team/Test_ONLY/test_uwmil_t2_swagger.json
new file mode 100644
index 0000000000000000000000000000000000000000..9cc6bbef155704d5a84a81bd917ad1b29be0598c
--- /dev/null
+++ b/ASP-IICS-Team/Test_ONLY/test_uwmil_t2_swagger.json
@@ -0,0 +1,161 @@
+{
+  "swagger" : "2.0",
+  "info" : {
+    "description" : null,
+    "version" : "1.0.0",
+    "title" : null,
+    "termsOfService" : null,
+    "contact" : null,
+    "license" : null
+  },
+  "host" : "api.wisc.edu",
+  "basePath" : "/finance",
+  "schemes" : [ "https" ],
+  "paths" : {
+    "/validateFdm" : {
+      "post" : {
+        "tags" : [ "test_uwmil_t2" ],
+        "summary" : null,
+        "description" : null,
+        "operationId" : "test_uwmil_t2",
+        "produces" : [ "application/json" ],
+        "consumes" : [ "application/json" ],
+        "parameters" : [ {
+          "name" : "body",
+          "in" : "body",
+          "description" : null,
+          "required" : false,
+          "schema" : {
+            "$ref" : "#/definitions/test_uwmil_t2_Request##body"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "successful operation",
+            "schema" : {
+              "$ref" : "#/definitions/test_uwmil_t2"
+            }
+          }
+        }
+      }
+    }
+  },
+  "definitions" : {
+    "test_uwmil_t2##data##attributes##errors" : {
+      "properties" : {
+        "errorCode" : {
+          "type" : "string"
+        },
+        "errorMessage" : {
+          "type" : "string"
+        }
+      }
+    },
+    "test_uwmil_t2##data##attributes" : {
+      "properties" : {
+        "errors" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/test_uwmil_t2##data##attributes##errors"
+          }
+        },
+        "valid" : {
+          "type" : "boolean"
+        }
+      }
+    },
+    "test_uwmil_t2##data" : {
+      "properties" : {
+        "attributes" : {
+          "$ref" : "#/definitions/test_uwmil_t2##data##attributes"
+        },
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "test_uwmil_t2" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/test_uwmil_t2##data"
+          }
+        }
+      }
+    },
+    "test_uwmil_t2_Request##body##data##attributes" : {
+      "properties" : {
+        "company" : {
+          "type" : "string"
+        },
+        "activity" : {
+          "type" : "string"
+        },
+        "costCenter" : {
+          "type" : "string"
+        },
+        "fund" : {
+          "type" : "string"
+        },
+        "function" : {
+          "type" : "string"
+        },
+        "gift" : {
+          "type" : "string"
+        },
+        "grant" : {
+          "type" : "string"
+        },
+        "ledgerAccount" : {
+          "type" : "string"
+        },
+        "program" : {
+          "type" : "string"
+        },
+        "project" : {
+          "type" : "string"
+        },
+        "revenueCategory" : {
+          "type" : "string"
+        },
+        "spendCategory" : {
+          "type" : "string"
+        }
+      }
+    },
+    "test_uwmil_t2_Request##body##data" : {
+      "properties" : {
+        "type" : {
+          "type" : "string"
+        },
+        "id" : {
+          "type" : "string"
+        },
+        "attributes" : {
+          "$ref" : "#/definitions/test_uwmil_t2_Request##body##data##attributes"
+        }
+      }
+    },
+    "test_uwmil_t2_Request##body" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/test_uwmil_t2_Request##body##data"
+          }
+        }
+      }
+    },
+    "test_uwmil_t2_Request" : {
+      "properties" : {
+        "body" : {
+          "$ref" : "#/definitions/test_uwmil_t2_Request##body"
+        }
+      }
+    }
+  }
+}
\ No newline at end of file