Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.0: stricter validation of additionalProperties
Following clarification of 'additionalProperties' for a schema by @webron: swagger-api/swagger-codegen#1318 (comment) We now accept only `false` or a schema for `additionalProperties`. `false` is the new default for `additionalProperties` (instead of `{}` which means "anything is accepted" in JSON Schema).
- Loading branch information