diff --git a/ASP-IICS-Team/AllSwaggers_as_of_02082024/putfdmvalidate.json b/ASP-IICS-Team/AllSwaggers_as_of_02082024/putfdmvalidate.json index fdc5a00f644d48ae1da61b25d52c08c34b534050..9ce0b8f377e5af0b3aa13931b1414a738d6c3789 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