Reported by an external customer in #109868. Fixes a bug in JsonSchemaExporter that occurs when users apply schema transformers on types with custom converters. It has the potential to produce incorrect schemas under certain circumstances.
Regression
[ ] Yes
[x] No
Testing
Added unit testing for the impacted scenario.
Risk
Low. Makes a small and targeted change to product code.
Backport of #109954 to release/9.0-staging
/cc @eiriktsarpalis
Customer Impact
Reported by an external customer in #109868. Fixes a bug in
JsonSchemaExporter
that occurs when users apply schema transformers on types with custom converters. It has the potential to produce incorrect schemas under certain circumstances.Regression
Testing
Added unit testing for the impacted scenario.
Risk
Low. Makes a small and targeted change to product code.