Since hapi doesn't support empty descriptions (but OpenAPI does), this PR skips those empty descriptions from the OpenAPI definition when it is building the routes.
Other information
I've added a couple of specs for this case as well as ignored the vscode folder.
Fix #117
Summary
Since hapi doesn't support empty descriptions (but OpenAPI does), this PR skips those empty descriptions from the OpenAPI definition when it is building the routes.
Other information
I've added a couple of specs for this case as well as ignored the
vscode
folder.