From bbcee52229870e962968c646397d86fe68f6a175 Mon Sep 17 00:00:00 2001
From: Patrick Roe <patrick.roe@wisc.edu>
Date: Tue, 8 Oct 2024 08:47:55 -0500
Subject: [PATCH] Delete putfdmvalidate__3_.json

---
 .../putfdmvalidate__3_.json                   | 133 ------------------
 1 file changed, 133 deletions(-)
 delete mode 100644 ASP-IICS-Team/TouchNet_Stout_POC/putfdmvalidate__3_.json

diff --git a/ASP-IICS-Team/TouchNet_Stout_POC/putfdmvalidate__3_.json b/ASP-IICS-Team/TouchNet_Stout_POC/putfdmvalidate__3_.json
deleted file mode 100644
index fdc5a00..0000000
--- a/ASP-IICS-Team/TouchNet_Stout_POC/putfdmvalidate__3_.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
-  "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" : [ "putfdmvalidate" ],
-        "summary" : null,
-        "description" : null,
-        "operationId" : "putfdmvalidate",
-        "produces" : [ "application/vnd.api+json" ],
-        "consumes" : [ "application/vnd.api+json" ],
-        "parameters" : [ {
-          "name" : "body",
-          "in" : "body",
-          "description" : null,
-          "required" : false,
-          "schema" : {
-            "$ref" : "#/definitions/putfdmvalidate_Request##body"
-          }
-        } ],
-        "responses" : {
-          "200" : {
-            "description" : "successful operation",
-            "schema" : {
-              "$ref" : "#/definitions/putfdmvalidate"
-            }
-          }
-        }
-      }
-    }
-  },
-  "definitions" : {
-    "putfdmvalidate##data##attributes" : {
-      "properties" : {
-        "errors" : {
-          "type" : "array",
-          "items" : {
-            "type" : "string"
-          }
-        },
-        "valid" : {
-          "type" : "boolean"
-        }
-      }
-    },
-    "putfdmvalidate##data" : {
-      "properties" : {
-        "attributes" : {
-          "$ref" : "#/definitions/putfdmvalidate##data##attributes"
-        },
-        "id" : {
-          "type" : "string"
-        },
-        "type" : {
-          "type" : "string"
-        }
-      }
-    },
-    "putfdmvalidate" : {
-      "properties" : {
-        "data" : {
-          "type" : "array",
-          "items" : {
-            "$ref" : "#/definitions/putfdmvalidate##data"
-          }
-        }
-      }
-    },
-    "putfdmvalidate_Request##body##data##attributes" : {
-      "properties" : {
-        "company" : {
-          "type" : "string"
-        },
-        "fund" : {
-          "type" : "string"
-        },
-        "costCenter" : {
-          "type" : "string"
-        },
-        "function" : {
-          "type" : "string"
-        },
-        "ledgerAccount" : {
-          "type" : "string"
-        },
-        "program" : {
-          "type" : "string"
-        }
-      }
-    },
-    "putfdmvalidate_Request##body##data" : {
-      "properties" : {
-        "type" : {
-          "type" : "string"
-        },
-        "id" : {
-          "type" : "string"
-        },
-        "attributes" : {
-          "$ref" : "#/definitions/putfdmvalidate_Request##body##data##attributes"
-        }
-      }
-    },
-    "putfdmvalidate_Request##body" : {
-      "properties" : {
-        "data" : {
-          "type" : "array",
-          "items" : {
-            "$ref" : "#/definitions/putfdmvalidate_Request##body##data"
-          }
-        }
-      }
-    },
-    "putfdmvalidate_Request" : {
-      "properties" : {
-        "body" : {
-          "$ref" : "#/definitions/putfdmvalidate_Request##body"
-        }
-      }
-    }
-  }
-}
-- 
GitLab