You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
validating openapi.yml...
[1] openapi.yml:28:40 at #/paths/~1tests/get/responses/200/content/application~1json/schema/unevaluatedProperties
Expected type `Schema` (object) but got `boolean`
26 | bar:
27 | type: number
28 | unevaluatedProperties: false
29 |
Error was generated by the spec rule.
openapi.yml: validated in 19ms
❌ Validation failed with 1 error.
run `openapi lint --generate-ignore-file` to add all problems to the ignore file.
Describe the bug
Linter reports an error whenever
unevaluatedProperties
is use as aboolean
:To Reproduce
Steps to reproduce the behavior:
.redocly.yaml
file.redocly.yaml
openapi.yml
Expected behavior
To not report an error
Additional context
json-schema draft 2019-09
@redocly/openapi-cli
:1.0.0-beta.92
Node.js
:v16.13.0
Related issues:
The text was updated successfully, but these errors were encountered: