Modify Swagger JSON schema with Schema Filter
In the previous post, I show how to reliably determine if a property is nullable for a given Type. I needed to do this because the JSON schema produced by Swagger has incorrect nullability. This is the JSON schema produced by Swagger for the Movie class in the previous post. The title should not be … [Read more…]