Skip to content
Snippets Groups Projects
Commit b230a87a authored by Rebecca Wheeler's avatar Rebecca Wheeler
Browse files

Update getPeople.json

parent d4ece63d
No related branches found
No related tags found
No related merge requests found
......@@ -81,18 +81,83 @@
"properties" : {
"ferpa" : {
"type" : "boolean"
}
}
},
"getPeople##data##relationships##addresses##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"ferpaAttributes" : {
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##addresses##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##addresses" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"type" : "string"
"$ref" : "#/definitions/getPeople##data##relationships##addresses##data"
}
},
"privateAttributes" : {
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##addresses##links"
}
}
},
"getPeople##data##relationships##affiliations##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##affiliations" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##affiliations##links"
}
}
},
"getPeople##data##relationships##emailAddresses##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##emailAddresses##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##emailAddresses" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"type" : "string"
"$ref" : "#/definitions/getPeople##data##relationships##emailAddresses##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##emailAddresses##links"
}
}
},
......@@ -186,6 +251,33 @@
}
}
},
"getPeople##data##relationships##phoneNumbers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##phoneNumbers" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##phoneNumbers##links"
}
}
},
"getPeople##data##relationships##wiscard##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##wiscard##links" : {
"properties" : {
"related" : {
......@@ -196,7 +288,7 @@
"getPeople##data##relationships##wiscard" : {
"properties" : {
"data" : {
"type" : "string"
"$ref" : "#/definitions/getPeople##data##relationships##wiscard##data"
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##wiscard##links"
......@@ -205,6 +297,15 @@
},
"getPeople##data##relationships" : {
"properties" : {
"addresses" : {
"$ref" : "#/definitions/getPeople##data##relationships##addresses"
},
"affiliations" : {
"$ref" : "#/definitions/getPeople##data##relationships##affiliations"
},
"emailAddresses" : {
"$ref" : "#/definitions/getPeople##data##relationships##emailAddresses"
},
"identifiers" : {
"$ref" : "#/definitions/getPeople##data##relationships##identifiers"
},
......@@ -214,37 +315,201 @@
"names" : {
"$ref" : "#/definitions/getPeople##data##relationships##names"
},
"phoneNumbers" : {
"$ref" : "#/definitions/getPeople##data##relationships##phoneNumbers"
},
"wiscard" : {
"$ref" : "#/definitions/getPeople##data##relationships##wiscard"
}
}
},
"getPeople##data##relationships##wiscard##data" : {
"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##data" : {
"getPeople##included##attributes" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getPeople##data##attributes"
"action" : {
"type" : "string"
},
"actionReason" : {
"type" : "string"
},
"beginDate" : {
"type" : "string"
},
"businessTitle" : {
"type" : "string"
},
"costCenterId" : {
"type" : "string"
},
"costCenterName" : {
"type" : "string"
},
"current" : {
"type" : "boolean"
},
"departmentUnit" : {
"type" : "string"
},
"division" : {
"type" : "string"
},
"divisionCode" : {
"type" : "string"
},
"effectiveDate" : {
"type" : "string"
},
"employeeCategory" : {
"type" : "string"
},
"employeeCategoryCode" : {
"type" : "string"
},
"endDate" : {
"type" : "string"
},
"fullTimeEquivalent" : {
"type" : "string"
},
"institution" : {
"type" : "string"
},
"jobCode" : {
"type" : "string"
},
"locationId" : {
"type" : "string"
},
"managedSupervisoryOrganizationIds" : {
"type" : "string"
},
"payBasis" : {
"type" : "string"
},
"position" : {
"type" : "string"
},
"primary" : {
"type" : "boolean"
},
"relatedSupervisoryOrganizationIds" : {
"type" : "string"
},
"source" : {
"type" : "string"
},
"supervisoryOrganizationCode" : {
"type" : "string"
},
"supervisoryOrganizationId" : {
"type" : "string"
},
"supervisoryOrganizationName" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"workspaceId" : {
"type" : "string"
}
}
},
"getPeople##included##relationships##person##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##included##relationships##person##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##included##relationships##person" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/getPeople##included##relationships##person##data"
},
"links" : {
"$ref" : "#/definitions/getPeople##data##links"
"$ref" : "#/definitions/getPeople##included##relationships##person##links"
}
}
},
"getPeople##included##relationships##supervisor##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"meta" : {
"$ref" : "#/definitions/getPeople##data##meta"
"type" : {
"type" : "string"
}
}
},
"getPeople##included##relationships##supervisor##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##included##relationships##supervisor" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/getPeople##included##relationships##supervisor##data"
},
"links" : {
"$ref" : "#/definitions/getPeople##included##relationships##supervisor##links"
}
}
},
"getPeople##included##relationships" : {
"properties" : {
"person" : {
"$ref" : "#/definitions/getPeople##included##relationships##person"
},
"supervisor" : {
"$ref" : "#/definitions/getPeople##included##relationships##supervisor"
}
}
},
"getPeople##included" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getPeople##included##attributes"
},
"id" : {
"type" : "string"
},
"relationships" : {
"$ref" : "#/definitions/getPeople##data##relationships"
"$ref" : "#/definitions/getPeople##included##relationships"
},
"type" : {
"type" : "string"
......@@ -266,6 +531,12 @@
"$ref" : "#/definitions/getPeople##data"
}
},
"included" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##included"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##links"
}
......
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