From 26c648eac5576c40edce2d9b5906861ed804d007 Mon Sep 17 00:00:00 2001 From: Saqib Saleem Date: Wed, 3 Feb 2021 11:29:30 +0000 Subject: [PATCH] [PS|SS] TAV-223: Updated the sample response --- public/api/conf/1.0/application.raml | 35 +++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/public/api/conf/1.0/application.raml b/public/api/conf/1.0/application.raml index 7d4baa0..3e7538b 100644 --- a/public/api/conf/1.0/application.raml +++ b/public/api/conf/1.0/application.raml @@ -34,6 +34,35 @@ uses: body: application/json: example: | - { - "message" : "Hello World" - } \ No newline at end of file + [ + { + "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" + } + ] \ No newline at end of file