Apply schema transformer to AdditionalProperties#59699
Apply schema transformer to AdditionalProperties#59699captainsafia merged 1 commit intodotnet:mainfrom
Conversation
|
@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
4f3121e
Compare
|
@dotnet-policy-service agree |
There was a problem hiding this comment.
Thanks for dealing with the branch change and CLA agreement!
|
/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