From 7088bc0d278998fbcb75a662fb5d0f9c613075d0 Mon Sep 17 00:00:00 2001 From: Patrick Roe <patrick.roe@wisc.edu> Date: Tue, 8 Oct 2024 13:48:33 -0500 Subject: [PATCH] Replace putfdmvalidate.json --- .../putfdmvalidate.json | 36 ++++++++++++++++--- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/ASP-IICS-Team/AllSwaggers_as_of_02082024/putfdmvalidate.json b/ASP-IICS-Team/AllSwaggers_as_of_02082024/putfdmvalidate.json index fdc5a00..9ce0b8f 100644 --- a/ASP-IICS-Team/AllSwaggers_as_of_02082024/putfdmvalidate.json +++ b/ASP-IICS-Team/AllSwaggers_as_of_02082024/putfdmvalidate.json @@ -41,12 +41,22 @@ } }, "definitions" : { - "putfdmvalidate##data##attributes" : { + "putfdmvalidate##data##attributes##errors" : { + "properties" : { + "errorCode" : { + "type" : "string" + }, + "errorMessage" : { + "type" : "string" + } + } + }, + "uwmil_t2_FDM_validation_2##data##attributes" : { "properties" : { "errors" : { "type" : "array", "items" : { - "type" : "string" + "$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" } } }, @@ -130,4 +158,4 @@ } } } -} +} \ No newline at end of file -- GitLab