{
  "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" : {
    "/costCenters" : {
      "get" : {
        "tags" : [ "getCostCenters_paging" ],
        "summary" : null,
        "description" : null,
        "operationId" : "getCostCenters_paging",
        "produces" : [ "application/json" ],
        "consumes" : [ "application/json" ],
        "parameters" : [ {
          "name" : "page[number]",
          "in" : "query",
          "description" : null,
          "required" : false,
          "type" : "number",
          "format" : "int32"
        }, {
          "name" : "page[size]",
          "in" : "query",
          "description" : null,
          "required" : false,
          "type" : "number",
          "format" : "int32"
        } ],
        "responses" : {
          "200" : {
            "description" : "successful operation",
            "schema" : {
              "$ref" : "#/definitions/getCostCenters_paging"
            }
          }
        }
      }
    }
  },
  "definitions" : {
    "getCostCenters_paging##data##attributes##leadershipRoleAssignees" : {
      "properties" : {
        "id" : {
          "type" : "string"
        }
      }
    },
    "getCostCenters_paging##data##attributes" : {
      "properties" : {
        "company" : {
          "type" : "string"
        },
        "leadershipRoleAssignees" : {
          "type" : "array",
          "items" : {
            "$ref" : "#/definitions/getCostCenters_paging##data##attributes##leadershipRoleAssignees"
          }
        },
        "managerId" : {
          "type" : "string"
        },
        "name" : {
          "type" : "string"
        },
        "parentHierarchyId" : {
          "type" : "string"
        }
      }
    },
    "getCostCenters_paging##data##links" : {
      "properties" : {
        "self" : {
          "type" : "string"
        }
      }
    },
    "getCostCenters_paging##data##meta" : {
      "properties" : {
        "dttmLoaded" : {
          "type" : "string"
        }
      }
    },
    "getCostCenters_paging##data" : {
      "properties" : {
        "attributes" : {
          "$ref" : "#/definitions/getCostCenters_paging##data##attributes"
        },
        "id" : {
          "type" : "string"
        },
        "links" : {
          "$ref" : "#/definitions/getCostCenters_paging##data##links"
        },
        "meta" : {
          "$ref" : "#/definitions/getCostCenters_paging##data##meta"
        },
        "type" : {
          "type" : "string"
        }
      }
    },
    "getCostCenters_paging##links" : {
      "properties" : {
        "first" : {
          "type" : "string"
        },
        "last" : {
          "type" : "string"
        },
        "next" : {
          "type" : "string"
        },
        "prev" : {
          "type" : "string"
        },
        "self" : {
          "type" : "string"
        }
      }
    },
    "getCostCenters_paging##meta" : {
      "properties" : {
        "pageNumber" : {
          "type" : "number",
          "format" : "int32"
        },
        "pageSize" : {
          "type" : "number",
          "format" : "int32"
        },
        "totalCount" : {
          "type" : "number",
          "format" : "int32"
        },
        "totalPages" : {
          "type" : "number",
          "format" : "int32"
        }
      }
    },
    "getCostCenters_paging" : {
      "properties" : {
        "data" : {
          "type" : "array",
          "items" : {
            "$ref" : "#/definitions/getCostCenters_paging##data"
          }
        },
        "links" : {
          "$ref" : "#/definitions/getCostCenters_paging##links"
        },
        "meta" : {
          "$ref" : "#/definitions/getCostCenters_paging##meta"
        }
      }
    }
  }
}