{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "description": "Version v4",
    "properties": {
        "what": {
            "type": "string"
        },
        "where": {
            "type": "string"
        },
        "when": {
            "type": "string"
        },
        "filters": {
            "items": {
                "$ref": "/resources/schema/entity/v4/Filter.json"
            },
            "type": "array"
        },
        "search_position": {
            "$ref": "/resources/schema/entity/v4/GeoPoint.json"
        }
    },
    "title": "QueryResolution",
    "type": "object"
}