Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IICS Swagger File Public Repository
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
interop
iics
IICS Swagger File Public Repository
Merge requests
!7
Draft_BPLSwagger_tv1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Draft_BPLSwagger_tv1
JEROME.WATSON-main-patch-42614
into
main
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Jerome M Watson
requested to merge
JEROME.WATSON-main-patch-42614
into
main
1 year ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
HVRetro. Note desc.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
676190e4
1 commit,
1 year ago
1 file
+
257
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
getPeople.json
0 → 100644
+
257
−
0
Options
{
"swagger"
:
"2.0"
,
"info"
:
{
"description"
:
null
,
"version"
:
"1.0.0"
,
"title"
:
null
,
"termsOfService"
:
null
,
"contact"
:
null
,
"license"
:
null
},
"host"
:
"mock.dev.api.wisc.edu"
,
"basePath"
:
""
,
"schemes"
:
[
"https"
],
"paths"
:
{
"/people"
:
{
"get"
:
{
"tags"
:
[
"getPeople"
],
"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
Loading