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:
Andrew Tatomyr
2024-07-25 13:46:33 +03:00
committed by GitHub
parent 76669ca2ab
commit 9855904b3e
10 changed files with 79 additions and 7 deletions

View 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.