diff --git a/LS Solutions/LS_directory_identifiers.json b/LS Solutions/LS_directory_identifiers.json new file mode 100644 index 0000000000000000000000000000000000000000..ccd66f2758ba5cb929d2c15aedd449a037ac98b7 --- /dev/null +++ b/LS Solutions/LS_directory_identifiers.json @@ -0,0 +1,441 @@ +{ + "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_identifiers" ], + "summary" : null, + "description" : null, + "operationId" : "LS_directory_identifiers", + "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_identifiers" + } + } + } + } + } + }, + "definitions" : { + "LS_directory_identifiers##data##attributes" : { + "properties" : { + "continuousServiceDate" : { + "type" : "string" + }, + "emailAddress" : { + "type" : "string" + }, + "firstName" : { + "type" : "string" + }, + "lastName" : { + "type" : "string" + }, + "officeAddress" : { + "type" : "string" + }, + "officePhoneNumber" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##data##links" : { + "properties" : { + "self" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##data##meta" : { + "properties" : { + "ferpa" : { + "type" : "boolean" + } + } + }, + "LS_directory_identifiers##data##relationships##addresses##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##data##relationships##addresses##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##data##relationships##addresses" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##addresses##data" + } + }, + "links" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##addresses##links" + } + } + }, + "LS_directory_identifiers##data##relationships##affiliations##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##data##relationships##affiliations" : { + "properties" : { + "data" : { + "type" : "string" + }, + "links" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##affiliations##links" + } + } + }, + "LS_directory_identifiers##data##relationships##emailAddresses##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##data##relationships##emailAddresses##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##data##relationships##emailAddresses" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##emailAddresses##data" + } + }, + "links" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##emailAddresses##links" + } + } + }, + "LS_directory_identifiers##data##relationships##identifiers##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##data##relationships##identifiers##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##data##relationships##identifiers" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##identifiers##data" + } + }, + "links" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##identifiers##links" + } + } + }, + "LS_directory_identifiers##data##relationships##jobs##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##data##relationships##jobs##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##data##relationships##jobs" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##jobs##data" + } + }, + "links" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##jobs##links" + } + } + }, + "LS_directory_identifiers##data##relationships##names##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##data##relationships##names##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##data##relationships##names" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##names##data" + } + }, + "links" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##names##links" + } + } + }, + "LS_directory_identifiers##data##relationships##phoneNumbers##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##data##relationships##phoneNumbers" : { + "properties" : { + "data" : { + "type" : "string" + }, + "links" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##phoneNumbers##links" + } + } + }, + "LS_directory_identifiers##data##relationships##wiscard##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##data##relationships##wiscard##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##data##relationships##wiscard" : { + "properties" : { + "data" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##wiscard##data" + }, + "links" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##wiscard##links" + } + } + }, + "LS_directory_identifiers##data##relationships" : { + "properties" : { + "addresses" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##addresses" + }, + "affiliations" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##affiliations" + }, + "emailAddresses" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##emailAddresses" + }, + "identifiers" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##identifiers" + }, + "jobs" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##jobs" + }, + "names" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##names" + }, + "phoneNumbers" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##phoneNumbers" + }, + "wiscard" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships##wiscard" + } + } + }, + "LS_directory_identifiers##data" : { + "properties" : { + "attributes" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##attributes" + }, + "id" : { + "type" : "string" + }, + "links" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##links" + }, + "meta" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##meta" + }, + "relationships" : { + "$ref" : "#/definitions/LS_directory_identifiers##data##relationships" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##included##attributes" : { + "properties" : { + "current" : { + "type" : "boolean" + }, + "institution" : { + "type" : "string" + }, + "name" : { + "type" : "string" + }, + "source" : { + "type" : "string" + }, + "value" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##included##relationships##person##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##included##relationships##person##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##included##relationships##person" : { + "properties" : { + "data" : { + "$ref" : "#/definitions/LS_directory_identifiers##included##relationships##person##data" + }, + "links" : { + "$ref" : "#/definitions/LS_directory_identifiers##included##relationships##person##links" + } + } + }, + "LS_directory_identifiers##included##relationships" : { + "properties" : { + "person" : { + "$ref" : "#/definitions/LS_directory_identifiers##included##relationships##person" + } + } + }, + "LS_directory_identifiers##included" : { + "properties" : { + "attributes" : { + "$ref" : "#/definitions/LS_directory_identifiers##included##attributes" + }, + "id" : { + "type" : "string" + }, + "relationships" : { + "$ref" : "#/definitions/LS_directory_identifiers##included##relationships" + }, + "type" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers##links" : { + "properties" : { + "self" : { + "type" : "string" + } + } + }, + "LS_directory_identifiers" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/LS_directory_identifiers##data" + } + }, + "included" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/LS_directory_identifiers##included" + } + }, + "links" : { + "$ref" : "#/definitions/LS_directory_identifiers##links" + } + } + } + } +} \ No newline at end of file