diff --git a/README.md b/README.md index 8de5f9a..7704dc2 100644 --- a/README.md +++ b/README.md @@ -808,6 +808,8 @@ services.AddSwaggerGen(c => }; ``` +(See https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2703 for support for nested types) + ### Override Schema for Specific Types ### Out-of-the-box, DotSwashbuckle does a decent job at generating JSON Schemas that accurately describe your request and response payloads. However, if you're customizing serialization behavior for certain types in your API, you may need to help it out.