aubergine-developers / nadia

Small and lightweight library for creating marshmallow Schemas for objects defined in OpenAPI 3 specs.
MIT License
1 stars 0 forks source link

Add additional_properties attribute to top level schemas #14

Closed dexter2206 closed 4 years ago

dexter2206 commented 4 years ago

This fixes lack of additional_properties attribute in top-level schemas which might result in validation failing with AttributeError.

codecov-io commented 4 years ago

Codecov Report

Merging #14 into develop will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #14   +/-   ##
========================================
  Coverage    95.58%   95.58%           
========================================
  Files           18       18           
  Lines          385      385           
========================================
  Hits           368      368           
  Misses          17       17
Impacted Files Coverage Δ
nadia/api.py 57.14% <0%> (ø) :arrow_up:

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 c3af2db...590c586. Read the comment docs.