John Lee
Results
2
comments of
John Lee
I have the same symptoms as @paul42 . using swaggerize-routes implicitly via swaggerize-hapi -- when using $ref, validation stops.
I figured out what was wrong. In my case, I had `type:"object"` along with the $ref and that was causing the enjoi module to attempt resolving the schema as an...