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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Feb 11, 2024
1 parent 379331c commit 74ac554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 74ac554

Please sign in to comment.