@redocly/openapi-core@2.0.0-next.8
Pre-release
Pre-release
Major Changes
- Removed support for default config file names other than
redocly.yaml.
Minor Changes
-
Enabled
no-required-schema-properties-undefined,no-schema-type-mismatch, andno-enum-type-mismatchrules for AsyncAPI and Arazzo specifications.
Adjusted the rules' severities in therecommendedandminimalrulesets. Refer to the following table:Rule \ Ruleset recommended minimal no-required-schema-properties-undefined off->warnoff->warnno-enum-type-mismatch errorwarnno-schema-type-mismatch warn->erroroff->warn
Patch Changes
- Fixed plugins validation in config files referenced in the
extendssection. - Fixed an issue where the config resolver grouped assertions instead of returning unchanged rules.