{
    "$schema" : "http://json-schema.org/draft-04/schema#",
    "title" : "CoordinateListItem",
    "type" : "object",
    "additionalProperties" : false,
    "description" : "TAnalytics-v1 .. List Item for Coordinate list",
    "properties" : {
        "latitude" : {
            "type" : "number",
            "description" : "Position of item in the list"
        },
        "longitude" : {
            "type" : "number",
            "description" : "Required Identifier of the Impression associated with item in the list"
        }
    }
}