Skip to content

Commit

Permalink
[PS|SS] TAV-223: Updated the sample response
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaleem-ee committed Feb 3, 2021
1 parent 1ae08e3 commit 26c648e
Showing 1 changed file with 32 additions and 3 deletions.
35 changes: 32 additions & 3 deletions public/api/conf/1.0/application.raml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,35 @@ uses:
body:
application/json:
example: |
{
"message" : "Hello World"
}
[
{
"id": "GB34046631",
"uprn": 34046631,
"address": {
"lines": [
"31 Danehurst Street"
],
"town": "London",
"county": "Greater London",
"postcode": "SW6 6SA",
"subdivision": {
"code": "GB-ENG",
"name": "England"
},
"country": {
"code": "UK",
"name": "United Kingdom"
}
},
"language": "en",
"localCustodian": {
"code": 5390,
"name": "Hammersmith and Fulham"
},
"location": [
51.4776127,
-0.2122289
],
"administrativeArea": "HAMMERSMITH AND FULHAM"
}
]

0 comments on commit 26c648e

Please sign in to comment.