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
When you have nested oneOf properties the top level type for the property looks incorrect:
Shouldn't it be "Array of string or integer" or "string" in this case?
Here is a sample property:
test: oneOf: - type: array items: oneOf: - type: string - type: integer - type: string
The text was updated successfully, but these errors were encountered:
Yes, thanks for the report. Will try to fix it asap.
P.S. Noticed that nested allOfs look pretty ugly 😢
allOf
Sorry, something went wrong.
39b930d
No branches or pull requests
When you have nested oneOf properties the top level type for the property looks incorrect:
Shouldn't it be "Array of string or integer" or "string" in this case?
Here is a sample property:
The text was updated successfully, but these errors were encountered: