Skip to content

Commit 80575ac

Browse files
authored
Add note for nested types custom schema IDs (#2746)
Update README.md for nested types custom schemaId support.
1 parent 830c5a6 commit 80575ac

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
@@ -786,6 +786,8 @@ services.AddSwaggerGen(c =>
786786
};
787787
```
788788

789+
See https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2703 for support for nested types.
790+
789791
### Override Schema for Specific Types ###
790792

791793
Out-of-the-box, Swashbuckle 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)