{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "PairedLocationItem",
    "type": "object",
    "additionalProperties": false,
    "description": "Matched location and it’s raw GPS location",
    "properties": {
        "matched_location": {
            "$ref": "/resources/schema/analytics/client/v4/item/MatchedLocationItem.json",
            "description": " Matched location "
        },
        "raw_location_enhanced": {
            "$ref": "/resources/schema/analytics/client/v4/item/EnhancedProbeListItem.json",
            "description": "Raw location with additional attributes"
        }
    },
    "required": [
        "raw_location_enhanced"
    ]
}