add concrete schema for discriminated types into 'oneOf' for base type#3293
add concrete schema for discriminated types into 'oneOf' for base type#3293EvgeniyZ wants to merge 1 commit intodomaindrivendev:masterfrom
Conversation
|
The tests seem quite broken - it looks like they've got into a cycle somewhere. |
add concrete schema for discriminated types into 'oneOf' for base type
b6ea2f0 to
2a6af62
Compare
|
StackOverflow exception is caused somewhere inside NJsonSchema.JsonSchema, here's truncated exception I assume it crashes while trying to generate C# client via NSwag, in the NSwagClientExample.csproj however, I am not able to trace where to find source code for @martincostello I appreciate any tips if you have any |
|
Looks like its gotten in a self-referential loop (e.g. type |
|
This pull request is stale because it has been open for 60 days with no activity. It will be automatically closed in 14 days if no further changes are made. |
|
This pull request was closed because it has been inactive for 14 days since being marked as stale. |
fix for #3166
Details on the issue fix or feature implementation
I am not happy how it looks like in Swagger UI, I open for any suggestions
here's how looks Animal class with subtypes. Having refs to himself can easily lead to such unpleasant view

BaseType with SubSubType link
