Really need more context.
From: <[email protected]> on behalf of Leon Potgieter <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Tuesday, 2 August 2016 at 08:05 To: Swagger <[email protected]> Subject: Model/Schema not showing if inherited from Azure DocumentDB Document 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. -- 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.
