Minor Changes
- Added the
spec-querystring-parametersrule (OpenAPI 3.2).
This rule enforces thatqueryandquerystringare not mixed in the same operation/path parameter set, and that at most onequerystringparameter is declared per operation or path.
Patch Changes
- Fixed an issue where running CLI commands would result in "ReferenceError: React is not defined" message.
- Updated @redocly/respect-core to v2.19.0.