{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "description": "Version v4",
    "properties": {
        "formatted_address": {
            "type": "string"
        },
        "house_number": {
            "type": "string"
        },
        "suite": {
            "type": "string"
        },
        "sub_street": {
            "type": "string"
        },
        "street": {
            "$ref": "/resources/schema/entity/v4/Street.json"
        },
        "cross_street": {
            "$ref": "/resources/schema/entity/v4/Street.json"
        },
        "sub_locality": {
            "type": "string"
        },
        "locality": {
            "type": "string"
        },
        "city": {
            "type": "string"
        },
        "county": {
            "type": "string"
        },
        "state": {
            "type": "string"
        },
        "country": {
            "type": "string"
        },
        "postal_code": {
            "type": "string"
        },
        "geo_coordinates": {
            "$ref": "/resources/schema/entity/v4/GeoPoint.json"
        },
        "data_source": {
            "type": "string"
        },
        "scores": {
            "items": {
                "$ref": "/resources/schema/entity/v4/NameValue.json"
            },
            "type": "array"
        }
    },
    "title": "EntityAddress",
    "type": "object"
}