-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Typegoose is the "wrapper" I have in a project in order to interact with mongoose.
I have some objects that references other objects and on Typegoose it has to be done adding Ref to the object, for example:
@prop({ ref: Car })
public car?: Ref<Car>;When generating the swagger.json with typescript-rest-swagger it is crashing. I guess it might happen with other external properties.
Is there any way to do this?
I had to use another dependency for swagger but I really like typescript-rest-swagger.
Typegoose Ref info: https://typegoose.github.io/typegoose/docs/api/types/ref-type/
Metadata
Metadata
Assignees
Labels
No labels