{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "description": "Version v4",
    "properties": {
        "filter": {
            "type": "string"
        },
        "location": {
            "$ref": "/resources/schema/entity/v4/GeoPoint.json"
        },
        "route": {
            "$ref": "/resources/schema/entity/v4/DtsRoute.json"
        },
        "offset": {
            "type": "number"
        },
        "limit": {
            "type": "number"
        },
        "context": {
            "type": "string"
        },
        "api_key": {
            "type": "string"
        },
        "user_id": {
            "type": "string"
        },
        "locale": {
            "type": "string"
        },
        "additional_attributes": {
            "type": "boolean"
        },
        "additional_data": {
            "items": {
                "enum": ["FUEL_TYPE"]
            },
            "type": "array"
        }
    },
    "required": ["filter", "location", "route", "user_id"],
    "title": "EntityDtsFilterRequest",
    "type": "object"
}