Skip to content

Parameter simple scenarion for any schema type fix #323

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

Merged

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented May 8, 2021

Fixes #322

@codecov
Copy link

codecov bot commented May 8, 2021

Codecov Report

Merging #323 (d24e57d) into master (98f4ae7) will increase coverage by 0.14%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #323      +/-   ##
==========================================
+ Coverage   96.18%   96.32%   +0.14%     
==========================================
  Files          80       80              
  Lines        1548     1553       +5     
==========================================
+ Hits         1489     1496       +7     
+ Misses         59       57       -2     
Impacted Files Coverage Δ
openapi_core/schema/parameters.py 100.00% <100.00%> (ø)
openapi_core/validation/validators.py 100.00% <0.00%> (+5.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 98f4ae7...d24e57d. Read the comment docs.

@p1c2u p1c2u force-pushed the fix/parameter-simple-scenarion-for-any-schema-type-fix branch from 812cc87 to d24e57d Compare May 8, 2021 14:33
@p1c2u p1c2u merged commit 31c0bfb into master May 8, 2021
@p1c2u p1c2u deleted the fix/parameter-simple-scenarion-for-any-schema-type-fix branch May 8, 2021 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[0.14.0 regression] param['schema']['type'] in ['array', 'object'] raises KeyError: 'type'
1 participant