-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
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
arrays cause the UI to fail if items aren't present in the schema #666
Comments
We definitely need items if it's an array, we're not supporting anonymous inner types. Granted an error isn't the right way to handle it. Btw you filed bug #666. Nice job :-/ |
Please track this here: |
maryscar
added a commit
to maryscar/swagger-ui
that referenced
this issue
May 10, 2018
…ccessibility color contrast threshold.
maryscar
added a commit
to maryscar/swagger-ui
that referenced
this issue
May 10, 2018
…on_Model_properties_#4539 Update inline style from swagger-api#999 to swagger-api#666 to meet accessibility color con…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This function throws a null pointer error if items isn't present for an array type.
But json schema does not require items:
http://json-schema.org/latest/json-schema-validation.html#anchor36
Is this a case of swagger-ui does require it, or just a bug?
The text was updated successfully, but these errors were encountered: