diff --git a/LS Solutions/lsdirectory_jobs.json b/LS Solutions/lsdirectory_jobs.json new file mode 100644 index 0000000000000000000000000000000000000000..560a24d923c8134da9ccd3e89bf6a49c8ae25d2d --- /dev/null +++ b/LS Solutions/lsdirectory_jobs.json @@ -0,0 +1,543 @@ +{ + "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" : [ "LS_directory_jobs" ], + "summary" : null, + "description" : null, + "operationId" : "LS_directory_jobs", + "produces" : [ "application/json" ], + "consumes" : [ "application/json" ], + "parameters" : [ { + "name" : "include", + "in" : "query", + "description" : null, + "required" : false, + "type" : "string" + }, { + "name" : "filter[wiscard.id]", + "in" : "query", + "description" : null, + "required" : false, + "type" : "string" + } ], + "responses" : { + "200" : { + "description" : "successful operation", + "schema" : { + "$ref" : "#/definitions/LS_directory_jobs" + } + } + } + } + } + }, + "definitions" : { + "LS_directory_jobs##data##attributes" : { + "properties" : { + "continuousServiceDate" : { + "type" : "string" + }, + "emailAddress" : { + "type" : "string" + }, + "firstName" : { + "type" : "string" + }, + "lastName" : { + "type" : "string" + }, + "officeAddress" : { + "type" : "string" + }, + "officePhoneNumber" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##data##links" : { + "properties" : { + "self" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##data##meta" : { + "properties" : { + "ferpa" : { + "type" : "boolean" + } + } + }, + "LS_directory_jobs##data##relationships##addresses##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##data##relationships##addresses##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##data##relationships##addresses" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##addresses##data" + } + }, + "links" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##addresses##links" + } + } + }, + "LS_directory_jobs##data##relationships##affiliations##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##data##relationships##affiliations" : { + "properties" : { + "data" : { + "type" : "string" + }, + "links" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##affiliations##links" + } + } + }, + "LS_directory_jobs##data##relationships##emailAddresses##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##data##relationships##emailAddresses##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##data##relationships##emailAddresses" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##emailAddresses##data" + } + }, + "links" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##emailAddresses##links" + } + } + }, + "LS_directory_jobs##data##relationships##identifiers##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##data##relationships##identifiers##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##data##relationships##identifiers" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##identifiers##data" + } + }, + "links" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##identifiers##links" + } + } + }, + "LS_directory_jobs##data##relationships##jobs##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##data##relationships##jobs##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##data##relationships##jobs" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##jobs##data" + } + }, + "links" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##jobs##links" + } + } + }, + "LS_directory_jobs##data##relationships##names##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##data##relationships##names##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##data##relationships##names" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##names##data" + } + }, + "links" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##names##links" + } + } + }, + "LS_directory_jobs##data##relationships##phoneNumbers##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##data##relationships##phoneNumbers" : { + "properties" : { + "data" : { + "type" : "string" + }, + "links" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##phoneNumbers##links" + } + } + }, + "LS_directory_jobs##data##relationships##wiscard##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##data##relationships##wiscard##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##data##relationships##wiscard" : { + "properties" : { + "data" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##wiscard##data" + }, + "links" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##wiscard##links" + } + } + }, + "LS_directory_jobs##data##relationships" : { + "properties" : { + "addresses" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##addresses" + }, + "affiliations" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##affiliations" + }, + "emailAddresses" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##emailAddresses" + }, + "identifiers" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##identifiers" + }, + "jobs" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##jobs" + }, + "names" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##names" + }, + "phoneNumbers" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##phoneNumbers" + }, + "wiscard" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##wiscard" + } + } + }, + "LS_directory_jobs##data" : { + "properties" : { + "attributes" : { + "$ref" : "#/definitions/LS_directory_jobs##data##attributes" + }, + "id" : { + "type" : "string" + }, + "links" : { + "$ref" : "#/definitions/LS_directory_jobs##data##links" + }, + "meta" : { + "$ref" : "#/definitions/LS_directory_jobs##data##meta" + }, + "relationships" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##included##attributes" : { + "properties" : { + "action" : { + "type" : "string" + }, + "actionReason" : { + "type" : "string" + }, + "beginDate" : { + "type" : "string" + }, + "businessTitle" : { + "type" : "string" + }, + "costCenterId" : { + "type" : "string" + }, + "costCenterName" : { + "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" + }, + "institution" : { + "type" : "string" + }, + "jobCode" : { + "type" : "string" + }, + "locationId" : { + "type" : "string" + }, + "managedSupervisoryOrganizationIds" : { + "type" : "string" + }, + "payBasis" : { + "type" : "string" + }, + "position" : { + "type" : "string" + }, + "primary" : { + "type" : "boolean" + }, + "relatedSupervisoryOrganizationIds" : { + "type" : "string" + }, + "source" : { + "type" : "string" + }, + "supervisoryOrganizationCode" : { + "type" : "string" + }, + "supervisoryOrganizationId" : { + "type" : "string" + }, + "supervisoryOrganizationName" : { + "type" : "string" + }, + "title" : { + "type" : "string" + }, + "workspaceId" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##included##relationships##person##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##included##relationships##person##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##included##relationships##person" : { + "properties" : { + "data" : { + "$ref" : "#/definitions/LS_directory_jobs##included##relationships##person##data" + }, + "links" : { + "$ref" : "#/definitions/LS_directory_jobs##included##relationships##person##links" + } + } + }, + "LS_directory_jobs##included##relationships##supervisor##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##included##relationships##supervisor" : { + "properties" : { + "data" : { + "type" : "string" + }, + "links" : { + "$ref" : "#/definitions/LS_directory_jobs##included##relationships##supervisor##links" + } + } + }, + "LS_directory_jobs##included##relationships" : { + "properties" : { + "person" : { + "$ref" : "#/definitions/LS_directory_jobs##included##relationships##person" + }, + "supervisor" : { + "$ref" : "#/definitions/LS_directory_jobs##included##relationships##supervisor" + } + } + }, + "LS_directory_jobs##included##relationships##supervisor##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##included" : { + "properties" : { + "attributes" : { + "$ref" : "#/definitions/LS_directory_jobs##included##attributes" + }, + "id" : { + "type" : "string" + }, + "relationships" : { + "$ref" : "#/definitions/LS_directory_jobs##included##relationships" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_jobs##links" : { + "properties" : { + "self" : { + "type" : "string" + } + } + }, + "LS_directory_jobs" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/LS_directory_jobs##data" + } + }, + "included" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/LS_directory_jobs##included" + } + }, + "links" : { + "$ref" : "#/definitions/LS_directory_jobs##links" + } + } + } + } +} \ No newline at end of file