From a025e9fa17024bf031e9034d1beccc4274c762b4 Mon Sep 17 00:00:00 2001
From: Patrick Roe <patrick.roe@wisc.edu>
Date: Tue, 8 Oct 2024 13:09:11 -0500
Subject: [PATCH] Replace putfdmvalidate.json

---
 .../putfdmvalidate.json                       | 36 +++----------------
 1 file changed, 4 insertions(+), 32 deletions(-)

diff --git a/ASP-IICS-Team/AllSwaggers_as_of_02082024/putfdmvalidate.json b/ASP-IICS-Team/AllSwaggers_as_of_02082024/putfdmvalidate.json
index 165274d..fdc5a00 100644
--- a/ASP-IICS-Team/AllSwaggers_as_of_02082024/putfdmvalidate.json
+++ b/ASP-IICS-Team/AllSwaggers_as_of_02082024/putfdmvalidate.json
@@ -40,23 +40,13 @@
       }
     }
   },
-   "definitions" : {
-    "putfdmvalidate##data##attributes##errors" : {
-      "properties" : {
-        "errorCode" : {
-          "type" : "string"
-        },
-        "errorMessage" : {
-          "type" : "string"
-        }
-      }
-    },
+  "definitions" : {
     "putfdmvalidate##data##attributes" : {
       "properties" : {
         "errors" : {
           "type" : "array",
           "items" : {
-            "type" : "$ref" : "#/definitions/putfdmvalidate##data##attributes##errors"
+            "type" : "string"
           }
         },
         "valid" : {
@@ -92,38 +82,20 @@
         "company" : {
           "type" : "string"
         },
-        "activity" : {
+        "fund" : {
           "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"
         }
       }
     },
@@ -158,4 +130,4 @@
       }
     }
   }
-}
\ No newline at end of file
+}
-- 
GitLab