diff --git a/ASP-IICS-Team/TouchNet_Stout_POC/putfdmvalidate_new.json b/ASP-IICS-Team/TouchNet_Stout_POC/putfdmvalidate_new.json
index fdc5a00f644d48ae1da61b25d52c08c34b534050..3848a33c0652983ff492702be89755695231e0bc 100644
--- a/ASP-IICS-Team/TouchNet_Stout_POC/putfdmvalidate_new.json
+++ b/ASP-IICS-Team/TouchNet_Stout_POC/putfdmvalidate_new.json
@@ -40,13 +40,23 @@
       }
     }
   },
-  "definitions" : {
+   "definitions" : {
+    "putfdmvalidate##data##attributes##errors" : {
+      "properties" : {
+        "errorCode" : {
+          "type" : "string"
+        },
+        "errorMessage" : {
+          "type" : "string"
+        }
+      }
+    },
     "putfdmvalidate##data##attributes" : {
       "properties" : {
         "errors" : {
           "type" : "array",
           "items" : {
-            "type" : "string"
+            "type" : "$ref" : "#/definitions/putfdmvalidate##data##attributes##errors"
           }
         },
         "valid" : {
@@ -82,20 +92,38 @@
         "company" : {
           "type" : "string"
         },
-        "fund" : {
+        "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"
         }
       }
     },