aspnetcore
aspnetcore copied to clipboard
Always ref request body and response schemas and fix nested types
- Always capture top-level request body and response schemas by ref to react to feedback in https://github.com/dotnet/aspnetcore/issues/56318
- Fix handling of nested types in properties
- Fix handling of nullable primitive in
GetSchemaReferenceId - Update tests to resolve schemas that are now indicated by reference instead of inlined