Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: parameter.required field coming as nil
With recent deck changes that attemp to skip filling defaults before sending to CP, the cmd deck file openapi2kong had issues with the required field coming up as null, if it was not filled by the user. With this change, we fill it with false by default. Fixes: #203
- Loading branch information