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
Describe the bug
Previous versions didn't validate that enums didn't have oneOf, which was fine. But now it's broken, despite this being part of the V3.0+ standard
OpenApi File To Reproduce
This is valid OpenAPI 3.1:
Note: Using "enum": [ array here that is the value in the enums list] works as far as it goes reading the file and getting around the validation. However that promptly breaks kiota.
Describe the bug
Previous versions didn't validate that enums didn't have oneOf, which was fine. But now it's broken, despite this being part of the V3.0+ standard
OpenApi File To Reproduce
This is valid OpenAPI 3.1:
Expected behavior
It should validate this and validate as correct because it is THE standard way of defining enums with key/value pairs.
The text was updated successfully, but these errors were encountered: