- Add support to generate [Parameter Objects](https://swagger.io/specification/#parameter-object)
- Move to [openapi-spec-validator](https://github.com/p1c2u/openapi-spec-validator) for validation (stricter validation, also validates parameters)
- **API change**: the HTTP status code type has been changed from `int` to `str` as requested by the new validator