Lucca

Results 3 comments of Lucca

same here (with class-validator 0.14.0) ``` return metadatas.map((meta) => { app_1 | ^ app_1 | app_1 | TypeError: metadatas.map is not a function app_1 | at populateMetadatasWithConstraints (.../node_modules/class-validator-jsonschema/build/index.js:60:22) app_1 |...

I was able to solve it as follows: ``` import * as oa from "openapi3-ts"; import { getMetadataArgsStorage, RoutingControllersOptions } from "routing-controllers"; import { routingControllersToSpec } from "routing-controllers-openapi"; import {...

> Hello! Any updates for this issue? I am trying to integrate `class-validator-jsonschema` and It seem I can`t work with nested objects. For object arrays too