Nancy.Swagger
Nancy.Swagger copied to clipboard
Utilize SwaggerPropertyAttribute's Required property for validation
I've tried to set the SwaggerPropertyAttribute.Required
to true
for all values that are required by the spec. We should use these to validate the model before serializing it.