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
I've already checked the parser, and I don't see any issues. And because this library with playground doesn't work on my Mac with node.js v18 I'm not able to make a PR...
The text was updated successfully, but these errors were encountered:
Description
oneOf is not included inside of array.
Expected result
The oneOf part of the schema is visible inside arrays.
Actual result
As you can see, when Game is used inside an array, it's missing the oneOf part (Adheres to Game.Regular and Or to Game.TieBreak).
Steps to reproduce
Troubleshooting
I've already checked the parser, and I don't see any issues. And because this library with playground doesn't work on my Mac with node.js v18 I'm not able to make a PR...
The text was updated successfully, but these errors were encountered: