Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • interop/iics/iics-swagger-file-public-repository
  • BETTY.THOMPSON/iics-swagger-file-public-repository
  • JEROME.WATSON/iics-swagger-file-public-repository
  • HVARDHAN/iics-swagger-file-public-repository
  • PATRICK.ROE/iics-swagger-file-public-repository
  • SAJIDA.SIDDIQUI/iics-swagger-file-public-repository
  • jpmarkey/iics-swagger-file-public-repository
  • MATT.GRACZ/iics-swagger-file-public-repository
8 results
Show changes
Showing
with 2847 additions and 67 deletions
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "api.wisc.edu",
"basePath" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/" : {
"get" : {
"tags" : [ "getPeople" ],
"summary" : null,
"description" : null,
"operationId" : "getPeople",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getPeople"
}
}
}
}
}
},
"definitions" : {
"getPeople##data##attributes" : {
"properties" : {
"emailAddress" : {
"type" : "string"
},
"firstName" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"getPeople##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getPeople##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
}
}
},
"getPeople##data##relationships##addresses##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##addresses##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##addresses" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data##relationships##addresses##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##addresses##links"
}
}
},
"getPeople##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data##relationships##identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##identifiers##links"
}
}
},
"getPeople##data##relationships##jobs##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##jobs##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data##relationships##jobs##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##jobs##links"
}
}
},
"getPeople##data##relationships##names##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##names" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##names##links"
}
}
},
"getPeople##data##relationships##phoneNumbers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##phoneNumbers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##phoneNumbers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data##relationships##phoneNumbers##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##phoneNumbers##links"
}
}
},
"getPeople##data##relationships##wiscard##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##wiscard" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##wiscard##links"
}
}
},
"getPeople##data##relationships" : {
"properties" : {
"addresses" : {
"$ref" : "#/definitions/getPeople##data##relationships##addresses"
},
"identifiers" : {
"$ref" : "#/definitions/getPeople##data##relationships##identifiers"
},
"jobs" : {
"$ref" : "#/definitions/getPeople##data##relationships##jobs"
},
"names" : {
"$ref" : "#/definitions/getPeople##data##relationships##names"
},
"phoneNumbers" : {
"$ref" : "#/definitions/getPeople##data##relationships##phoneNumbers"
},
"wiscard" : {
"$ref" : "#/definitions/getPeople##data##relationships##wiscard"
}
}
},
"getPeople##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getPeople##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getPeople##data##links"
},
"meta" : {
"$ref" : "#/definitions/getPeople##data##meta"
},
"relationships" : {
"$ref" : "#/definitions/getPeople##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##links" : {
"properties" : {
"next" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"getPeople" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##links"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "api.wisc.edu",
"basePath" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/{id}/addresses" : {
"get" : {
"tags" : [ "getPeopleAddresses" ],
"summary" : null,
"description" : null,
"operationId" : "getPeopleAddresses",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getPeopleAddresses"
}
}
}
}
}
},
"definitions" : {
"getPeopleAddresses##data##attributes" : {
"properties" : {
"addressType" : {
"type" : "string"
},
"city" : {
"type" : "string"
},
"country" : {
"type" : "string"
},
"county" : {
"type" : "string"
},
"line1" : {
"type" : "string"
},
"line2" : {
"type" : "string"
},
"line3" : {
"type" : "string"
},
"line4" : {
"type" : "string"
},
"postalCode" : {
"type" : "string"
},
"source" : {
"type" : "string"
},
"state" : {
"type" : "string"
}
}
},
"getPeopleAddresses##data##relationships##person##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeopleAddresses##data##relationships##person##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeopleAddresses##data##relationships##person" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/getPeopleAddresses##data##relationships##person##data"
},
"links" : {
"$ref" : "#/definitions/getPeopleAddresses##data##relationships##person##links"
}
}
},
"getPeopleAddresses##data##relationships" : {
"properties" : {
"person" : {
"$ref" : "#/definitions/getPeopleAddresses##data##relationships##person"
}
}
},
"getPeopleAddresses##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getPeopleAddresses##data##attributes"
},
"id" : {
"type" : "string"
},
"relationships" : {
"$ref" : "#/definitions/getPeopleAddresses##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"getPeopleAddresses##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getPeopleAddresses" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeopleAddresses##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeopleAddresses##links"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "api.wisc.edu",
"basePath" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/{id}/identifiers" : {
"get" : {
"tags" : [ "getPeopleIdentifiers" ],
"summary" : null,
"description" : null,
"operationId" : "getPeopleIdentifiers",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getPeopleIdentifiers"
}
}
}
}
}
},
"definitions" : {
"getPeopleIdentifiers##data##attributes" : {
"properties" : {
"current" : {
"type" : "boolean"
},
"name" : {
"type" : "string"
},
"institution" : {
"type" : "string"
},
"source" : {
"type" : "string"
},
"value" : {
"type" : "string"
}
}
},
"getPeopleIdentifiers##data##relationships##person##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeopleIdentifiers##data##relationships##person##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeopleIdentifiers##data##relationships##person" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/getPeopleIdentifiers##data##relationships##person##data"
},
"links" : {
"$ref" : "#/definitions/getPeopleIdentifiers##data##relationships##person##links"
}
}
},
"getPeopleIdentifiers##data##relationships" : {
"properties" : {
"person" : {
"$ref" : "#/definitions/getPeopleIdentifiers##data##relationships##person"
}
}
},
"getPeopleIdentifiers##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getPeopleIdentifiers##data##attributes"
},
"id" : {
"type" : "string"
},
"relationships" : {
"$ref" : "#/definitions/getPeopleIdentifiers##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"getPeopleIdentifiers##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getPeopleIdentifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeopleIdentifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeopleIdentifiers##links"
}
}
}
}
}
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "api.wisc.edu",
"basePath" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/{id}/jobs" : {
"get" : {
"tags" : [ "getPeopleJobs" ],
"summary" : null,
"description" : null,
"operationId" : "getPeopleJobs",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getPeopleJobs"
}
}
}
}
}
},
"definitions" : {
"getPeopleJobs##data##attributes" : {
"properties" : {
"beginDate" : {
"type" : "string"
},
"businessTitle" : {
"type" : "string"
},
"costCenterId" : {
"type" : "string"
},
"current" : {
"type" : "boolean"
},
"departmentUnit" : {
"type" : "string"
},
"division" : {
"type" : "string"
},
"divisionCode" : {
"type" : "string"
},
"effectiveDate" : {
"type" : "string"
},
"employeeCategory" : {
"type" : "string"
},
"employeeCategoryCode" : {
"type" : "string"
},
"endDate" : {
"type" : "string"
},
"fullTimeEquivalent" : {
"type" : "string"
},
"jobCode" : {
"type" : "string"
},
"payBasis" : {
"type" : "string"
},
"position" : {
"type" : "string"
},
"source" : {
"type" : "string"
},
"supervisoryOrganizationId" : {
"type" : "string"
},
"title" : {
"type" : "string"
}
}
},
"getPeopleJobs##data##relationships##person##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeopleJobs##data##relationships##person##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeopleJobs##data##relationships##person" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/getPeopleJobs##data##relationships##person##data"
},
"links" : {
"$ref" : "#/definitions/getPeopleJobs##data##relationships##person##links"
}
}
},
"getPeopleJobs##data##relationships##supervisor##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeopleJobs##data##relationships##supervisor##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeopleJobs##data##relationships##supervisor" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/getPeopleJobs##data##relationships##supervisor##data"
},
"links" : {
"$ref" : "#/definitions/getPeopleJobs##data##relationships##supervisor##links"
}
}
},
"getPeopleJobs##data##relationships" : {
"properties" : {
"person" : {
"$ref" : "#/definitions/getPeopleJobs##data##relationships##person"
},
"supervisor" : {
"$ref" : "#/definitions/getPeopleJobs##data##relationships##supervisor"
}
}
},
"getPeopleJobs##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getPeopleJobs##data##attributes"
},
"id" : {
"type" : "string"
},
"relationships" : {
"$ref" : "#/definitions/getPeopleJobs##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"getPeopleJobs##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getPeopleJobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeopleJobs##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeopleJobs##links"
}
}
}
}
}
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "mock.api.wisc.edu",
"basePath" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/{id}/identifiers?filter[name]=netId" : {
"get" : {
"tags" : [ "getpeople_with_netid" ],
"summary" : null,
"description" : null,
"operationId" : "getpeople_with_netid",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getpeople_with_netid"
}
}
}
}
}
},
"definitions" : {
"getpeople_with_netid##data##attributes" : {
"properties" : {
"current" : {
"type" : "boolean"
},
"name" : {
"type" : "string"
},
"source" : {
"type" : "string"
},
"value" : {
"type" : "string"
}
}
},
"getpeople_with_netid##data##relationships##person##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getpeople_with_netid##data##relationships##person##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getpeople_with_netid##data##relationships##person" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/getpeople_with_netid##data##relationships##person##data"
},
"links" : {
"$ref" : "#/definitions/getpeople_with_netid##data##relationships##person##links"
}
}
},
"getpeople_with_netid##data##relationships" : {
"properties" : {
"person" : {
"$ref" : "#/definitions/getpeople_with_netid##data##relationships##person"
}
}
},
"getpeople_with_netid##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getpeople_with_netid##data##attributes"
},
"id" : {
"type" : "string"
},
"relationships" : {
"$ref" : "#/definitions/getpeople_with_netid##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"getpeople_with_netid##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getpeople_with_netid" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getpeople_with_netid##data"
}
},
"links" : {
"$ref" : "#/definitions/getpeople_with_netid##links"
}
}
}
}
}
\ No newline at end of file
......@@ -41,12 +41,22 @@
}
},
"definitions" : {
"putfdmvalidate##data##attributes##errors" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
}
}
},
"putfdmvalidate##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
{
"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" : {
"/validateFdm" : {
"post" : {
"tags" : [ "test_uwmil_t2" ],
"summary" : null,
"description" : null,
"operationId" : "test_uwmil_t2",
"produces" : [ "application/vnd.api+json" ],
"consumes" : [ "application/vnd.api+json" ],
"parameters" : [ {
"name" : "body",
"in" : "body",
"description" : null,
"required" : false,
"schema" : {
"$ref" : "#/definitions/test_uwmil_t2_Request##body"
}
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/test_uwmil_t2"
}
}
}
}
}
},
"definitions" : {
"test_uwmil_t2##data##attributes##errors" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
}
}
},
"test_uwmil_t2##data##attributes" : {
"properties" : {
"errors" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/test_uwmil_t2##data##attributes##errors"
}
},
"valid" : {
"type" : "boolean"
}
}
},
"test_uwmil_t2##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/test_uwmil_t2##data##attributes"
},
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"test_uwmil_t2" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/test_uwmil_t2##data"
}
}
}
},
"test_uwmil_t2_Request##body##data##attributes" : {
"properties" : {
"company" : {
"type" : "string"
},
"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"
}
}
},
"test_uwmil_t2_Request##body##data" : {
"properties" : {
"type" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"attributes" : {
"$ref" : "#/definitions/test_uwmil_t2_Request##body##data##attributes"
}
}
},
"test_uwmil_t2_Request##body" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/test_uwmil_t2_Request##body##data"
}
}
}
},
"test_uwmil_t2_Request" : {
"properties" : {
"body" : {
"$ref" : "#/definitions/test_uwmil_t2_Request##body"
}
}
}
}
}
\ No newline at end of file
{
"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" : {
"/validateFdm" : {
"post" : {
"tags" : [ "putfdmvalidate" ],
"summary" : null,
"description" : null,
"operationId" : "putfdmvalidate",
"produces" : [ "application/vnd.api+json" ],
"consumes" : [ "application/vnd.api+json" ],
"parameters" : [ {
"name" : "body",
"in" : "body",
"description" : null,
"required" : false,
"schema" : {
"$ref" : "#/definitions/putfdmvalidate_Request##body"
}
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/putfdmvalidate"
}
}
}
}
}
},
"definitions" : {
"putfdmvalidate##data##attributes##errors" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
}
}
},
"putfdmvalidate##data##attributes" : {
"properties" : {
"errors" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/putfdmvalidate##data##attributes##errors"
}
},
"valid" : {
"type" : "boolean"
}
}
},
"putfdmvalidate##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/putfdmvalidate##data##attributes"
},
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"putfdmvalidate" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/putfdmvalidate##data"
}
}
}
},
"putfdmvalidate_Request##body##data##attributes" : {
"properties" : {
"company" : {
"type" : "string"
},
"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"
}
}
},
"putfdmvalidate_Request##body##data" : {
"properties" : {
"type" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"attributes" : {
"$ref" : "#/definitions/putfdmvalidate_Request##body##data##attributes"
}
}
},
"putfdmvalidate_Request##body" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/putfdmvalidate_Request##body##data"
}
}
}
},
"putfdmvalidate_Request" : {
"properties" : {
"body" : {
"$ref" : "#/definitions/putfdmvalidate_Request##body"
}
}
}
}
}
\ No newline at end of file
{
"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" : {
"/catalogItems" : {
"get" : {
"tags" : [ "getcatalogitem_zrex" ],
"summary" : null,
"description" : null,
"operationId" : "getcatalogitem_zrex",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getcatalogitem_zrex"
}
}
}
}
}
},
"definitions" : {
"getcatalogitem_zrex##data##attributes" : {
"properties" : {
"catalogItem" : {
"type" : "string"
},
"itemDescription" : {
"type" : "string"
},
"itemName" : {
"type" : "string"
},
"name" : {
"type" : "string"
},
"refId" : {
"type" : "string"
},
"resourceProvider" : {
"type" : "string"
},
"unitOfMeasure" : {
"type" : "string"
},
"uomEdiCodeId" : {
"type" : "string"
}
}
},
"getcatalogitem_zrex##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getcatalogitem_zrex##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getcatalogitem_zrex##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getcatalogitem_zrex##data##links"
},
"type" : {
"type" : "string"
}
}
},
"getcatalogitem_zrex##links" : {
"properties" : {
"first" : {
"type" : "string"
},
"last" : {
"type" : "string"
},
"next" : {
"type" : "string"
},
"prev" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"getcatalogitem_zrex##meta" : {
"properties" : {
"pageNumber" : {
"type" : "number",
"format" : "int32"
},
"pageSize" : {
"type" : "number",
"format" : "int32"
},
"totalCount" : {
"type" : "number",
"format" : "int32"
},
"totalPages" : {
"type" : "number",
"format" : "int32"
}
}
},
"getcatalogitem_zrex" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getcatalogitem_zrex##data"
}
},
"links" : {
"$ref" : "#/definitions/getcatalogitem_zrex##links"
},
"meta" : {
"$ref" : "#/definitions/getcatalogitem_zrex##meta"
}
}
}
}
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.