From 5f08aa8b143c21c3e4a5dd0432d39b7d9c6c3cd0 Mon Sep 17 00:00:00 2001 From: Patrick Roe <patrick.roe@wisc.edu> Date: Mon, 30 Sep 2024 15:54:43 -0500 Subject: [PATCH] Update putfdmvalidate_new.json --- .../putfdmvalidate_new.json | 34 +++++++++++++++++-- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/ASP-IICS-Team/TouchNet_Stout_POC/putfdmvalidate_new.json b/ASP-IICS-Team/TouchNet_Stout_POC/putfdmvalidate_new.json index fdc5a00..3848a33 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" } } }, -- GitLab