mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
fix: add separate node type for patternProperties (#1644)
* fix: add PatternProperties type to target patternProperties separately from properties * add changeset * remove redundancy * commit redocly.yaml and update .gitignore to only target root redocly.yaml * Update .changeset/sour-pandas-wave.md Co-authored-by: JLekawa <164185257+JLekawa@users.noreply.github.com> --------- Co-authored-by: JLekawa <164185257+JLekawa@users.noreply.github.com>
This commit is contained in:
6
.changeset/sour-pandas-wave.md
Normal file
6
.changeset/sour-pandas-wave.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@redocly/openapi-core": patch
|
||||
"@redocly/cli": patch
|
||||
---
|
||||
|
||||
Fixed an issue where `patternProperties` incorrectly caused linting errors due to a missing `PatternProperties` node.
|
||||
Reference in New Issue
Block a user