diff --git a/ASP-IICS-Team/GetPeopleByID/getpeople_netid.json b/ASP-IICS-Team/GetPeopleByID/getpeople_netid.json new file mode 100644 index 0000000000000000000000000000000000000000..63655e50f1a679134ba8c48556cf1770c84335f7 --- /dev/null +++ b/ASP-IICS-Team/GetPeopleByID/getpeople_netid.json @@ -0,0 +1,123 @@ +{ + "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_netid" ], + "summary" : null, + "description" : null, + "operationId" : "getpeople_netid", + "produces" : [ "application/json" ], + "consumes" : [ "application/json" ], + "parameters" : [ ], + "responses" : { + "200" : { + "description" : "successful operation", + "schema" : { + "$ref" : "#/definitions/getpeople_netid" + } + } + } + } + } + }, + "definitions" : { + "getpeople_netid##data##attributes" : { + "properties" : { + "current" : { + "type" : "boolean" + }, + "name" : { + "type" : "string" + }, + "source" : { + "type" : "string" + }, + "value" : { + "type" : "string" + } + } + }, + "getpeople_netid##data##relationships##person##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "getpeople_netid##data##relationships##person##links" : { + "properties" : { + "related" : { + "type" : "string" + } + } + }, + "getpeople_netid##data##relationships##person" : { + "properties" : { + "data" : { + "$ref" : "#/definitions/getpeople_netid##data##relationships##person##data" + }, + "links" : { + "$ref" : "#/definitions/getpeople_netid##data##relationships##person##links" + } + } + }, + "getpeople_netid##data##relationships" : { + "properties" : { + "person" : { + "$ref" : "#/definitions/getpeople_netid##data##relationships##person" + } + } + }, + "getpeople_netid##data" : { + "properties" : { + "attributes" : { + "$ref" : "#/definitions/getpeople_netid##data##attributes" + }, + "id" : { + "type" : "string" + }, + "relationships" : { + "$ref" : "#/definitions/getpeople_netid##data##relationships" + }, + "type" : { + "type" : "string" + } + } + }, + "getpeople_netid##links" : { + "properties" : { + "self" : { + "type" : "string" + } + } + }, + "getpeople_netid" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/getpeople_netid##data" + } + }, + "links" : { + "$ref" : "#/definitions/getpeople_netid##links" + } + } + } + } +} \ No newline at end of file