Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 74ac554

Browse files
committed
1 parent 379331c commit 74ac554

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,8 @@ services.AddSwaggerGen(c =>
808808
};
809809
```
810810

811+
(See https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2703 for support for nested types)
812+
811813
### Override Schema for Specific Types ###
812814

813815
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.

0 commit comments

Comments
 (0)