Skip to content

Commit

Permalink
Updated schema
Browse files Browse the repository at this point in the history
  • Loading branch information
flashingpumpkin committed Jun 26, 2017
1 parent 9b33d5b commit d3b0c8e
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@
"id": "/properties/_embedded",
"items": {
"id": "/properties/_embedded/items",
"description": "An array of EmpRef objects which you can use to access more data",
"properties": {
"_links": {
"id": "/properties/_embedded/items/properties/_links",
"properties": {},
"type": "object"
"type": "object",
"description": "An object of links to explore further data"
},
"empRef": {
"id": "/properties/_embedded/items/properties/empRef",
"type": "string"
"type": "string",
"description": "An EmpRef"
}
},
"type": "object"
Expand Down

0 comments on commit d3b0c8e

Please sign in to comment.