Minor Changes
-
- Removed descriptions adding for x-tagGroups for the
joincommand. Descriptions in x-tagGroups are not supported and cause errors on linting. - Updated
info.titleto be used as a name in x-tagGroups instead of a file name for thejoincommand, so you can now join files with the same names.
- Removed descriptions adding for x-tagGroups for the
- Added new
no-required-schema-properties-undefinedrule to check if each required schema property is defined.
Patch Changes
- Fixed an issue where using the
--prefix-components-with-info-propoption with thejoincommand caused$refsto include duplicated prefixes. - Fixed an issue where
$refs ending in#(instead of#/) would break the application. - Updated @redocly/openapi-core to v1.9.0.