Forked from
interop / iics / IICS Swagger File Public Repository
249 commits behind the upstream repository.
-
Patrick Roe authoredPatrick Roe authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
getpeople_netid.json 2.83 KiB
{
"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/vnd.api+json" ],
"consumes" : [ "application/vnd.api+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"
}
}
}
}
}