Skip to content
Snippets Groups Projects
Commit 5ba46d87 authored by Harsha Gummadavelli's avatar Harsha Gummadavelli
Browse files

Update 5 files

- /ASP-IICS-Team/BPLogix_Provisioning_UWSYS/person-api-application-json.json
- /ASP-IICS-Team/BPLogix_Provisioning_UWSYS/MockAPI_GetPeople.json
- /ASP-IICS-Team/BPLogix_Provisioning_UWSYS/MockAPI_GetPeople_2.json
- /ASP-IICS-Team/BPLogix_Provisioning_UWSYS/getPeopleJMW.json
- /ASP-IICS-Team/BPLogix_Provisioning_UWSYS/get+people_2_.json
parent e901aafc
No related branches found
No related tags found
No related merge requests found
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "mock.api.wisc.edu",
"basePath" : "/",
"schemes" : [ "https" ],
"paths" : {
"/People" : {
"get" : {
"tags" : [ "SAS_MockAPI_GetPeople" ],
"summary" : null,
"description" : null,
"operationId" : "SAS_MockAPI_GetPeople",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople"
}
}
}
}
}
},
"definitions" : {
"SAS_MockAPI_GetPeople##data##attributes" : {
"properties" : {
"emailAddress" : {
"type" : "string"
},
"firstName" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
},
"ferpaAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"privateAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##identifiers##links"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##jobs##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##jobs##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##jobs##data"
}
},
"links" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##jobs##links"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##names##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##names##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##names" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##names##data"
}
},
"links" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##names##links"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##wiscard##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##wiscard" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##wiscard##links"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships" : {
"properties" : {
"identifiers" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##identifiers"
},
"jobs" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##jobs"
},
"names" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##names"
},
"wiscard" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##wiscard"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##wiscard##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##links"
},
"meta" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##meta"
},
"relationships" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data"
}
},
"links" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##links"
}
}
}
}
}
\ No newline at end of file
{
"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" : {
"/" : {
"get" : {
"tags" : [ "GetPeople" ],
"summary" : null,
"description" : null,
"operationId" : "GetPeople",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/GetPeople"
}
}
}
}
}
},
"definitions" : {
"GetPeople##data##attributes" : {
"properties" : {
"emailAddress" : {
"type" : "string"
},
"firstName" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"GetPeople##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"GetPeople##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
},
"ferpaAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"privateAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"GetPeople##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GetPeople##data##relationships##identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/GetPeople##data##relationships##identifiers##links"
}
}
},
"GetPeople##data##relationships##jobs##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##jobs##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GetPeople##data##relationships##jobs##data"
}
},
"links" : {
"$ref" : "#/definitions/GetPeople##data##relationships##jobs##links"
}
}
},
"GetPeople##data##relationships##names##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##names##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##names" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GetPeople##data##relationships##names##data"
}
},
"links" : {
"$ref" : "#/definitions/GetPeople##data##relationships##names##links"
}
}
},
"GetPeople##data##relationships##wiscard##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##wiscard" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/GetPeople##data##relationships##wiscard##links"
}
}
},
"GetPeople##data##relationships" : {
"properties" : {
"identifiers" : {
"$ref" : "#/definitions/GetPeople##data##relationships##identifiers"
},
"jobs" : {
"$ref" : "#/definitions/GetPeople##data##relationships##jobs"
},
"names" : {
"$ref" : "#/definitions/GetPeople##data##relationships##names"
},
"wiscard" : {
"$ref" : "#/definitions/GetPeople##data##relationships##wiscard"
}
}
},
"GetPeople##data##relationships##wiscard##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GetPeople##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/GetPeople##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/GetPeople##data##links"
},
"meta" : {
"$ref" : "#/definitions/GetPeople##data##meta"
},
"relationships" : {
"$ref" : "#/definitions/GetPeople##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"GetPeople##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"GetPeople" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GetPeople##data"
}
},
"links" : {
"$ref" : "#/definitions/GetPeople##links"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "mock.api.wisc.edu",
"basePath" : "/",
"schemes" : [ "https" ],
"paths" : {
"/people" : {
"get" : {
"tags" : [ "get people" ],
"summary" : null,
"description" : null,
"operationId" : "get people",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/get people"
}
}
}
}
}
},
"definitions" : {
"get people##data##attributes" : {
"properties" : {
"emailAddress" : {
"type" : "string"
},
"firstName" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"get people##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"get people##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
},
"ferpaAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"privateAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"get people##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"get people##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"get people##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get people##data##relationships##identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/get people##data##relationships##identifiers##links"
}
}
},
"get people##data##relationships##jobs##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"get people##data##relationships##jobs##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"get people##data##relationships##jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get people##data##relationships##jobs##data"
}
},
"links" : {
"$ref" : "#/definitions/get people##data##relationships##jobs##links"
}
}
},
"get people##data##relationships" : {
"properties" : {
"identifiers" : {
"$ref" : "#/definitions/get people##data##relationships##identifiers"
},
"jobs" : {
"$ref" : "#/definitions/get people##data##relationships##jobs"
}
}
},
"get people##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/get people##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/get people##data##links"
},
"meta" : {
"$ref" : "#/definitions/get people##data##meta"
},
"relationships" : {
"$ref" : "#/definitions/get people##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"get people##links" : {
"properties" : {
"next" : {
"type" : "string"
},
"prev" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"get people" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get people##data"
}
},
"links" : {
"$ref" : "#/definitions/get people##links"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "mock.api.wisc.edu",
"basePath" : "",
"schemes" : [ "https" ],
"paths" : {
"/people" : {
"get" : {
"tags" : [ "jmwRepgetPeople" ],
"summary" : null,
"description" : null,
"operationId" : "getPeople",
"produces" : [ "application/vnd.api+json" ],
"consumes" : [ "application/vnd.api+json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getPeople"
}
}
}
}
}
},
"definitions" : {
"getPeople##data##attributes" : {
"properties" : {
"emailAddress" : {
"type" : "string"
},
"firstName" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"getPeople##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getPeople##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
},
"ferpaAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"privateAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"getPeople##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data##relationships##identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##identifiers##links"
}
}
},
"getPeople##data##relationships##jobs##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##jobs##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data##relationships##jobs##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##jobs##links"
}
}
},
"getPeople##data##relationships##names##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##names##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##names" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data##relationships##names##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##names##links"
}
}
},
"getPeople##data##relationships##wiscard##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##wiscard" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##wiscard##links"
}
}
},
"getPeople##data##relationships" : {
"properties" : {
"identifiers" : {
"$ref" : "#/definitions/getPeople##data##relationships##identifiers"
},
"jobs" : {
"$ref" : "#/definitions/getPeople##data##relationships##jobs"
},
"names" : {
"$ref" : "#/definitions/getPeople##data##relationships##names"
},
"wiscard" : {
"$ref" : "#/definitions/getPeople##data##relationships##wiscard"
}
}
},
"getPeople##data##relationships##wiscard##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getPeople##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getPeople##data##links"
},
"meta" : {
"$ref" : "#/definitions/getPeople##data##meta"
},
"relationships" : {
"$ref" : "#/definitions/getPeople##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getPeople" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##links"
}
}
}
}
}
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment