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
nn:10 error oas3-schema "post" property must not have unevaluated properties. paths./token.post
This seemed to work fine in Spectral v6.11.1.
To Reproduce
Given the OpenAPI document above.
Run this CLI command 'spectral lint'
See error shown.
See error is not shown when using v6.11.1.
Expected behavior
Spec should be parsed and reference resolved, as it is in other contexts.
Environment (remove any that are not applicable):
Library version: v6.13.1
OS: Ubuntu
Browser: N/A
Additional context
I understand that it's possible, via a strict reading of OAS v3.1, that this is not supposed to be allowed and supporting it previously was a bug. However, it's worth it to me to check the team's stance on that, given that I'd like it to be supported (and actually might be worth a contribution to the spec itself).
The text was updated successfully, but these errors were encountered:
Describe the bug
For an OpenAPI v3.1 spec including this, for example:
We now receive this error:
This seemed to work fine in Spectral v6.11.1.
To Reproduce
Expected behavior
Spec should be parsed and reference resolved, as it is in other contexts.
Environment (remove any that are not applicable):
Additional context
I understand that it's possible, via a strict reading of OAS v3.1, that this is not supposed to be allowed and supporting it previously was a bug. However, it's worth it to me to check the team's stance on that, given that I'd like it to be supported (and actually might be worth a contribution to the spec itself).
The text was updated successfully, but these errors were encountered: