pyopenapi / pyswagger

An OpenAPI (fka Swagger) client & converter in python, which is type-safe, dynamic, spec-compliant.
MIT License
385 stars 89 forks source link

The default value of "additionalProperties" should be false #72

Open mission-liao opened 8 years ago

mission-liao commented 8 years ago

According to this issue

The full fix should also prohibit the usage of "additionalProperties: true". However, a workaround for this is still ongoing, so just let it be now.