ContributionsMost RecentMost LikesSolutionsClarification on swagger validation I am using swagger for API documentation. We have a JSON file that gets rendered by swagger. for one of the API we have 3 input parameters param1 param2 param3 if the user specifies values for param1,param2 then param3 should behave as optional. if the user specifies values for param3 then the param1,param2 should behave as optional. either param,param2 are required or only param3 is required. Any suggestions would be greatly appreciated. Thanks Maktum Re: Swagger code gen integration to Asp.net MVC application I need the Api end point details so that I can call the Api from my code directly. Swagger code gen integration to Asp.net MVC application Hi Team, I have requirement of client code generation using swagger by passing the Json file as an input. My application is a web base application built using Asp.net MVC, we are rendering the API's using Json spec file. Now I want some feature like, when I choose language from drop down button on the page, I need to generate the client stubs for that particular language (please refer the attachment). is there a API that I can make a call by passing the Json file as input ? any helps will be much appreciated. Thanks Maktum