diff --git a/ASP-IICS-Team/GetPeopleByID/getpeople_w_netid.json b/ASP-IICS-Team/GetPeopleByID/getpeople_w_netid.json new file mode 100644 index 0000000000000000000000000000000000000000..0a0072b6ad38460ae36b20c687954975e1d10148 --- /dev/null +++ b/ASP-IICS-Team/GetPeopleByID/getpeople_w_netid.json @@ -0,0 +1,395 @@ +{ + "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" : { + "/50/identifiers" : { + "get" : { + "tags" : [ "getpeople_w_netid" ], + "summary" : null, + "description" : null, + "operationId" : "getpeople_w_netid", + "produces" : [ "application/json" ], + "consumes" : [ "application/json" ], + "parameters" : [ ], + "responses" : { + "200" : { + "description" : "successful operation", + "schema" : { + "$ref" : "#/definitions/getpeople_w_netid" + } + } + } + } + } + }, + "definitions" : { + "getpeople_w_netid##data##attributes" : { + "properties" : { + "emailAddress" : { + "type" : "string" + }, + "firstName" : { + "type" : "string" + }, + "lastName" : { + "type" : "string" + }, + "officeAddress" : { + "type" : "string" + }, + "officePhoneNumber" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##data##links" : { + "properties" : { + "self" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##data##meta" : { + "properties" : { + "ferpa" : { + "type" : "boolean" + }, + "ferpaAttributes" : { + "type" : "array", + "items" : { + "type" : "string" + } + }, + "privateAttributes" : { + "type" : "array", + "items" : { + "type" : "string" + } + } + } + }, + "getpeople_w_netid##data##relationships##addresses##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##data##relationships##addresses##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##data##relationships##addresses" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##addresses##data" + } + }, + "links" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##addresses##links" + } + } + }, + "getpeople_w_netid##data##relationships##identifiers##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##data##relationships##identifiers##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##data##relationships##identifiers" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##identifiers##data" + } + }, + "links" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##identifiers##links" + } + } + }, + "getpeople_w_netid##data##relationships##jobs##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##data##relationships##jobs##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##data##relationships##jobs" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##jobs##data" + } + }, + "links" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##jobs##links" + } + } + }, + "getpeople_w_netid##data##relationships##names##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##data##relationships##names##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##data##relationships##names" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##names##data" + } + }, + "links" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##names##links" + } + } + }, + "getpeople_w_netid##data##relationships##phoneNumbers##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##data##relationships##phoneNumbers##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##data##relationships##phoneNumbers" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##phoneNumbers##data" + } + }, + "links" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##phoneNumbers##links" + } + } + }, + "getpeople_w_netid##data##relationships##wiscard##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##data##relationships##wiscard##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##data##relationships##wiscard" : { + "properties" : { + "data" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##wiscard##data" + }, + "links" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##wiscard##links" + } + } + }, + "getpeople_w_netid##data##relationships" : { + "properties" : { + "addresses" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##addresses" + }, + "identifiers" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##identifiers" + }, + "jobs" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##jobs" + }, + "names" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##names" + }, + "phoneNumbers" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##phoneNumbers" + }, + "wiscard" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships##wiscard" + } + } + }, + "getpeople_w_netid##data" : { + "properties" : { + "attributes" : { + "$ref" : "#/definitions/getpeople_w_netid##data##attributes" + }, + "id" : { + "type" : "string" + }, + "links" : { + "$ref" : "#/definitions/getpeople_w_netid##data##links" + }, + "meta" : { + "$ref" : "#/definitions/getpeople_w_netid##data##meta" + }, + "relationships" : { + "$ref" : "#/definitions/getpeople_w_netid##data##relationships" + }, + "type" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##included##attributes" : { + "properties" : { + "current" : { + "type" : "boolean" + }, + "name" : { + "type" : "string" + }, + "source" : { + "type" : "string" + }, + "value" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##included##relationships##person##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##included##relationships##person##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##included##relationships##person" : { + "properties" : { + "data" : { + "$ref" : "#/definitions/getpeople_w_netid##included##relationships##person##data" + }, + "links" : { + "$ref" : "#/definitions/getpeople_w_netid##included##relationships##person##links" + } + } + }, + "getpeople_w_netid##included##relationships" : { + "properties" : { + "person" : { + "$ref" : "#/definitions/getpeople_w_netid##included##relationships##person" + } + } + }, + "getpeople_w_netid##included" : { + "properties" : { + "attributes" : { + "$ref" : "#/definitions/getpeople_w_netid##included##attributes" + }, + "id" : { + "type" : "string" + }, + "relationships" : { + "$ref" : "#/definitions/getpeople_w_netid##included##relationships" + }, + "type" : { + "type" : "string" + } + } + }, + "getpeople_w_netid##links" : { + "properties" : { + "self" : { + "type" : "string" + } + } + }, + "getpeople_w_netid" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/getpeople_w_netid##data" + } + }, + "included" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/getpeople_w_netid##included" + } + }, + "links" : { + "$ref" : "#/definitions/getpeople_w_netid##links" + } + } + } + } +} \ No newline at end of file