Skip to content

Instantly share code, notes, and snippets.

@jeshuamaxey
Created June 10, 2018 12:42
Show Gist options
  • Save jeshuamaxey/f749fec57d22421d2d605a6bcee29965 to your computer and use it in GitHub Desktop.
Save jeshuamaxey/f749fec57d22421d2d605a6bcee29965 to your computer and use it in GitHub Desktop.
{
"id": "hashy-stuff",
"result": {
"riskScores": {
"value": "something between A-F",
"createTime": timestamp,
"components": [
{
"value": "something between A-F",
"type": "property_risk_score",
"perLocation": [
{
"addressId": "hashy-stuff",
"value": "something between A-F"
},
{
"addressId": "hashy-stuff",
"value": "something between A-F"
},
{
"addressId": "hashy-stuff",
"value": "something between A-F"
}
]
}
]
},
"price": null
},
"model": {
"id": "NOT TELLING ;)",
"name": "gb_property_risk_score_model",
"outputType": "risk_score"
},
"addresses": [
{
"id": "hashy-stuff",
"fullAddress": "71 CENTRAL STREET, ISLINGTON, LONDON, EC1V 8BU",
"buildingName": "",
"buildingNumber": "71",
"countryCode": "GB",
"postcode": "EC1V 8BU",
"streetName": "CENTRAL STREET",
"longitude": -0.0969079,
"latitude": 51.5266609
},
{
"id": "hashy-stuff",
"fullAddress": "9 DALLINGTON STREET, ISLINGTON, LONDON, EC1V 0BW",
"buildingName": "",
"buildingNumber": "9",
"countryCode": "GB",
"postcode": "EC1V 0BW",
"streetName": "DALLINGTON STREET",
"longitude": -0.1005997,
"latitude": 51.5245535
},
{
"id": "hashy-stuff",
"fullAddress": "162C FENWICK ROAD, GLASGOW, GIFFNOCK, G46 6XF",
"buildingName": "",
"buildingNumber": "162C",
"countryCode": "GB",
"postcode": "G46 6XF",
"streetName": "FENWICK ROAD",
"longitude": -4.295288,
"latitude": 55.8030082
}
],
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment