{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "description": "metadata of response",
    "title": "Metadata",
    "type": "object",
    "properties": {
        "counts": {
            "items": {
                "$ref": "/resources/schema/predict/v1/ResultCount.json"
            },
            "type": "array"
        },
        "version": {
            "type": "string"
        },
        "location": {
            "$ref": "/resources/schema/common/v1/LatLon.json",
            "description": "current location of user"
        }
    }
}