From d1c8a359b3b393c23fedd5f1d82d2f4ee0e78267 Mon Sep 17 00:00:00 2001 From: Patrick Roe <patrick.roe@wisc.edu> Date: Mon, 19 Feb 2024 23:01:58 -0600 Subject: [PATCH] Upload New File --- .../GetPeopleByID/getpeople_netid.json | 123 ++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 ASP-IICS-Team/GetPeopleByID/getpeople_netid.json diff --git a/ASP-IICS-Team/GetPeopleByID/getpeople_netid.json b/ASP-IICS-Team/GetPeopleByID/getpeople_netid.json new file mode 100644 index 0000000..63655e5 --- /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 -- GitLab