Skip to content

Commit

Permalink
Updated JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
flashingpumpkin committed Jul 6, 2017
1 parent d0e3ffe commit b734a1a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"empRef": "001/AB00001",
"_links": {
"totals": {
"href": "/employers-paye/001%2AB00001/total"
"href": "/employers-paye/001/AB00001/total"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,17 @@
"_links": {
"type": "object",
"description": "An object of links to explore further data.",
"properties": {}
"properties": {
"totals": {
"type": "object",
"description": "Link to total balance endpoint.",
"properties": {
"href": {
"type": "string"
}
}
}
}
},
"empRef": {
"type": "string",
Expand Down

0 comments on commit b734a1a

Please sign in to comment.