We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried on master (currently 5.2.0), confirmed that array in "one of" not supported.. Add code-generation support for array type in OneOf.. e.g.
Expected in generated code:
.... case typeArray([MyArray])` ....
for *.YAML - file:
.... oneOf: - type: array items: $ref: 'MyArray' ....
Currently code not generated with this spec
The text was updated successfully, but these errors were encountered:
@c-villain do you want to try to create a PR to fix this?
Sorry, something went wrong.
@4brunu ok, I'll try =)
@c-villain, @4brunu is there any update in connection with this issue?
No branches or pull requests
Tried on master (currently 5.2.0), confirmed that array in "one of" not supported..
Add code-generation support for array type in OneOf..
e.g.
Expected in generated code:
for *.YAML - file:
Currently code not generated with this spec
The text was updated successfully, but these errors were encountered: