Treat dependentSchemas as a map not array. (#1641)

This commit is contained in:
Brad Jones
2024-07-22 04:07:48 -06:00
committed by GitHub
parent c3ed020bbd
commit 373ad9d668
3 changed files with 55 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
---
"@redocly/openapi-core": patch
"@redocly/cli": patch
---
Fixed an issue in the OpenAPI `spec` rule where `dependentSchemas` was parsed as an array.
It is now correctly parsed as a map.