Skip to content
Snippets Groups Projects
Commit 5bbc4b6a authored by SAM CARPENTER's avatar SAM CARPENTER
Browse files

Update supportswaggerservice.json

parent 80d21b79
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "id",
"name" : "id",
"in" : "path",
"description" : null,
"required" : false,
......@@ -41,80 +41,18 @@
"definitions" : {
"get person identifiers##data##attributes" : {
"properties" : {
"emailAddress" : {
"name" : {
"type" : "string"
},
"firstName" : {
"source" : {
"type" : "string"
},
"lastName" : {
"value" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"get person identifiers##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"get person identifiers##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
},
"ferpaAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"privateAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"get person identifiers##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"get person identifiers##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"get person identifiers##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get person identifiers##data##relationships##identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/get person identifiers##data##relationships##identifiers##links"
}
}
},
"get person identifiers##data##relationships##jobs##data" : {
"get person identifiers##data##relationships##person##data" : {
"properties" : {
"id" : {
"type" : "string"
......@@ -124,33 +62,27 @@
}
}
},
"get person identifiers##data##relationships##jobs##links" : {
"get person identifiers##data##relationships##person##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"get person identifiers##data##relationships##jobs" : {
"get person identifiers##data##relationships##person" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get person identifiers##data##relationships##jobs##data"
}
"$ref" : "#/definitions/get person identifiers##data##relationships##person##data"
},
"links" : {
"$ref" : "#/definitions/get person identifiers##data##relationships##jobs##links"
"$ref" : "#/definitions/get person identifiers##data##relationships##person##links"
}
}
},
"get person identifiers##data##relationships" : {
"properties" : {
"identifiers" : {
"$ref" : "#/definitions/get person identifiers##data##relationships##identifiers"
},
"jobs" : {
"$ref" : "#/definitions/get person identifiers##data##relationships##jobs"
"person" : {
"$ref" : "#/definitions/get person identifiers##data##relationships##person"
}
}
},
......@@ -162,12 +94,6 @@
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/get person identifiers##data##links"
},
"meta" : {
"$ref" : "#/definitions/get person identifiers##data##meta"
},
"relationships" : {
"$ref" : "#/definitions/get person identifiers##data##relationships"
},
......@@ -176,19 +102,6 @@
}
}
},
"get person identifiers##links" : {
"properties" : {
"next" : {
"type" : "string"
},
"prev" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"get person identifiers" : {
"properties" : {
"data" : {
......@@ -196,11 +109,8 @@
"items" : {
"$ref" : "#/definitions/get person identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/get person identifiers##links"
}
}
}
}
}
\ No newline at end of file
}
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