Hi, my models inherit from Azure DocumentDB Documents as follows:
public class EmployeeDocument : Document{ }Doing this the models don't show in the Swagger UI, if I remove the inheritance they show up fine... How can I resolve this? -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
