Created
January 12, 2015 17:11
-
-
Save mheadd/a5a57d74f382a70c15fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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