Skip to content

Conversation

@skarimo
Copy link
Member

@skarimo skarimo commented Jul 24, 2023

This PR fixes handling of schema properties which have additionalProperties defined but is not additionalProperties container. E.g.

foo:
 properties:
   bar:
     $ref: "#/components/schemas/Example"
....

Example:
  additionalProperties: {}
  properties:
     ....

@skarimo skarimo added the changelog/Fixed Fixed features results into a bug fix version bump label Jul 24, 2023
@skarimo skarimo requested a review from a team as a code owner July 24, 2023 15:23
@skarimo skarimo merged commit e6bc092 into master Jul 24, 2023
@skarimo skarimo deleted the sherz/fix-additionalproperties-container branch July 24, 2023 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/Fixed Fixed features results into a bug fix version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants