From ce3f661cc32d547137f44841c9f50d3bfc92931f Mon Sep 17 00:00:00 2001 From: Patrick Roe <patrick.roe@wisc.edu> Date: Mon, 30 Sep 2024 19:46:35 -0500 Subject: [PATCH] Update putfdmvalidate.json --- .../putfdmvalidate.json | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/ASP-IICS-Team/T2_FDM_Validation_UWMIL/putfdmvalidate.json b/ASP-IICS-Team/T2_FDM_Validation_UWMIL/putfdmvalidate.json index fdc5a00..1ad2958 100644 --- a/ASP-IICS-Team/T2_FDM_Validation_UWMIL/putfdmvalidate.json +++ b/ASP-IICS-Team/T2_FDM_Validation_UWMIL/putfdmvalidate.json @@ -82,20 +82,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" } } }, -- GitLab