5657585960616263
if (j.has("query") && validateQueryJSON(j)) { return j; } else { throw new InvalidRequestParameterException("Incoming request must be of type 'query'"); } }