Closed BuffCoder closed 8 years ago
Hi Have you updated to the latest versions of hapi-swagger
either v6.2.0 or v6.2.1 If you are on one of theses versions and still having issues let me know.
Shoot, that would do it. Could have sworn I updated. Sorry about that, thanks for the quick reply!
I recently upgraded to Joi 9.0.4 and noticed my swagger documention for arrays of objects is displaying as follows:
I played around with the versions and found the same code works on Joi 8.4.1 to display things correctly:
Below is the following response object I'm attaching to my Hapi route:
Is anyone else experiencing similar issues? For the time being I reverted Joi to 8.4.1.