Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix nested additionalProperties #1138

Merged
merged 1 commit into from Jan 29, 2020
Merged

Conversation

dtkav
Copy link
Collaborator

@dtkav dtkav commented Jan 24, 2020

Fixes #1137
Redo #971

Changes proposed in this pull request:

  • Don't drop nested additionalProperties
  • Remove unnecessary filtering of objects in OAS3 (if it passed validation, it can be used as-is)

@coveralls
Copy link

coveralls commented Jan 24, 2020

Coverage Status

Coverage increased (+0.07%) to 96.241% when pulling 265111b on dtkav:deepObject_fix2 into 4b93890 on zalando:master.

@dtkav dtkav added the bugfix label Jan 24, 2020
@hjacobs
Copy link
Contributor

hjacobs commented Jan 29, 2020

Thanks @dtkav!

@hjacobs
Copy link
Contributor

hjacobs commented Jan 29, 2020

👍

@hjacobs hjacobs merged commit 3fecd3e into spec-first:master Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v2.4+ silently removes additionalProperties from nested objects
4 participants