From 74ac5546855b0e92caee9c93f0aa89d0a57b5ace Mon Sep 17 00:00:00 2001 From: Havunen Date: Sun, 11 Feb 2024 08:25:12 +0200 Subject: [PATCH] port PR: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2746 --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.