{ "swagger" : "2.0", "info" : { "description" : null, "version" : "1.0.0", "title" : null, "termsOfService" : null, "contact" : null, "license" : null }, "host" : "api.wisc.edu", "basePath" : "/finance", "schemes" : [ "https" ], "paths" : { "/validate-funding" : { "post" : { "tags" : [ "validate-funding" ], "summary" : null, "description" : null, "operationId" : "validate-funding", "produces" : [ "application/vnd.api+json" ], "consumes" : [ "application/vnd.api+json" ], "parameters" : [ { "name" : "data", "in" : "query", "description" : null, "required" : false, "type" : "object" } ], "responses" : { "200" : { "description" : "successful operation", "schema" : { "$ref" : "#/definitions/validate-funding" } } } } } }, "definitions" : { "validate-funding##data##attributes##lines" : { "properties" : { "errors" : { "type" : "string" }, "valid" : { "type" : "boolean" } } }, "validate-funding##data##attributes" : { "properties" : { "journalErrors" : { "type" : "string" }, "lines" : { "type" : "array", "items" : { "$ref" : "#/definitions/validate-funding##data##attributes##lines" } }, "valid" : { "type" : "boolean" } } }, "validate-funding##data" : { "properties" : { "attributes" : { "$ref" : "#/definitions/validate-funding##data##attributes" }, "id" : { "type" : "string" }, "type" : { "type" : "string" } } }, "validate-funding" : { "properties" : { "data" : { "$ref" : "#/definitions/validate-funding##data" } } } } }