aspnetcore icon indicating copy to clipboard operation
aspnetcore copied to clipboard

Always ref request body and response schemas and fix nested types

Open captainsafia opened this issue 1 year ago • 0 comments

  • 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

captainsafia avatar Jun 28 '24 17:06 captainsafia