PR:- #630
This Week:-
- Added OpenAPI definitions to @search service for both post and get request.
- Added validation of query parameters, so that a query parameters of a request can also be validated against defined schema only by adding `validate=True` in the service definition.
Stuck Anywhere:-
The way we are validating query params is iterating over all the params and validating there schema, it's short of like implementing our own jsonschema package which is a bit redundant and in efficient.