error: SyntaxError: '=>' expected as a result of empty oneOf
s
#810
Labels
bug
Something isn't working
oneOf
s
#810
Hi! Looks like any field with an empty
oneOf
is causing the script to error out with a syntax error:error: SyntaxError: '=>' expected
In my specific case, it's
In the input file,
MetaQuote
is defined as:Only after I removed all fields with an empty
oneOf
did the script stop erroring out.It may be similar to #561, where the fix was made for empty
enum
s.The text was updated successfully, but these errors were encountered: