Skip to content

Instantly share code, notes, and snippets.

@mheadd
Created January 12, 2015 17:11
Show Gist options
  • Select an option

  • Save mheadd/a5a57d74f382a70c15fb to your computer and use it in GitHub Desktop.

Select an option

Save mheadd/a5a57d74f382a70c15fb to your computer and use it in GitHub Desktop.
{
"addressLine1": {
"type": "string"
},
"addressLine2": {
"type": "string"
},
"city": {
"type": "string"
},
"country": {
"type": "identifierModel"
},
"county": {
"type": "string"
},
"description": {
"type": "string"
},
"direction": {
"type": "identifierModel"
},
"distance": {
"type": "double"
},
"houseAlphaEnd": {
"type": "string"
},
"houseAlphaStart": {
"type": "string"
},
"houseFractionEnd": {
"type": "identifierModel"
},
"houseFractionStart": {
"type": "identifierModel"
},
"inspectionDistrict": {
"type": "string"
},
"inspectionDistrictPrefix": {
"type": "string"
},
"levelEnd": {
"type": "string"
},
"levelPrefix": {
"type": "string"
},
"levelStart": {
"type": "string"
},
"neighborhood": {
"type": "string"
},
"neighborhoodPrefix": {
"type": "string"
},
"postalCode": {
"type": "string"
},
"secondaryStreet": {
"type": "string"
},
"secondaryStreetNumber": {
"type": "long"
},
"state": {
"type": "identifierModel"
},
"streetAddress": {
"type": "string"
},
"streetEnd": {
"type": "long"
},
"streetEndFrom": {
"type": "long"
},
"streetEndTo": {
"type": "long"
},
"streetName": {
"type": "string"
},
"streetPrefix": {
"type": "string"
},
"streetStart": {
"type": "long"
},
"streetStartFrom": {
"type": "long"
},
"streetStartTo": {
"type": "long"
},
"streetSuffix": {
"type": "identifierModel"
},
"streetSuffixDirection": {
"type": "identifierModel"
},
"unitEnd": {
"type": "string"
},
"unitStart": {
"type": "string"
},
"unitType": {
"type": "identifierModel"
},
"validateFlag": {
"type": "string"
},
"xCoordinate": {
"type": "double"
},
"yCoordinate": {
"type": "double"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment