如何在 NSwag (ASP.NET Core) 中生成自定义响应示例值?

How can I generate a custom response example value in NSwag (ASP.NET Core)?

我正在尝试使用 NSwag 生成自定义响应示例值。使用 Swashbuckle 时有 attributes,但我不确定如何在 NSwag 中使用它。

我找到了这个 thread,但我对 Swagger 不够熟悉,无法翻译代码。

有没有人有任何关于如何实现此功能的完整示例?

如果您知道示例的预期JSON字段和结构,您可以通过修改本博客中的代码自行实现:https://blog.rsuter.com/nswag-tutorial-implement-a-custom-operation-processor-to-define-redoc-code-samples/