Uh oh!
There was an error while loading. Please reload this page.
Apply schema transformer to AdditionalProperties - #59699
Conversation
captainsafia
commented
Jan 3, 2025
@JTeeuwissen Thanks for opening this PR! It looks great overall and is good to merge. However, it's currently set up to target the release/9.0 branch. Can you update it to retarget to main? Since .NET 9 is publicly released, changes to it have to go through the servicing process in order to make it in. The servicing process is documented here. TL;DR: We'll retarget this PR to main and merge. Then we'll open a backport PR to release/9.0 and I'll take it through the servicing process for incorporation into the patch releases. |
97e004c to
4f3121eCompareJTeeuwissen
commented
Jan 6, 2025
@dotnet-policy-service agree |
captainsafia
left a comment
There was a problem hiding this comment.
Thanks for dealing with the branch change and CLA agreement!
captainsafia
commented
Jan 6, 2025
/backport to release/9.0 |
Started backporting to release/9.0: https://github.com/dotnet/aspnetcore/actions/runs/12634564157 |
Apply schema transformer to AdditionalProperties
Applied
InnerApplySchemaTransformersAsynctoAdditionalPropertieswhereAdditionalPropertiesAllowedandjsonTypeInfohas anElementTypeDescription
Fixed schema generation for
AdditionalProperties, the result of a dictionary value type.Fixes#59616