-
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
New problem with 'entries' in property name #6033
Comments
I am confirming this issue where any property named Note: I am not missing a valid version field despite the presented error message. This goes away when I rename "entries" to any other field name. |
tim-lai
added a commit
to tim-lai/swagger-ui
that referenced
this issue
May 26, 2020
17 tasks
tim-lai
added a commit
to tim-lai/swagger-ui
that referenced
this issue
May 27, 2020
Ref: swagger-api#6033 * 'createObjWithHashedKeys' validation consistency with isFunction * 'createObjWithHashedKeys' additional jsdoc example
tim-lai
added a commit
to tim-lai/swagger-ui
that referenced
this issue
May 27, 2020
Ref: swagger-api#6033 * 'createObjWithHashedKeys' validation consistency with isFunction * 'createObjWithHashedKeys' additional jsdoc example
@aloysiustany @shindigira this will be fixed in the next release, via bec6aeb |
tim-lai
added a commit
to tim-lai/swagger-ui
that referenced
this issue
May 28, 2020
Ref: swagger-api#6033 * 'createObjWithHashedKeys' validation consistency with isFunction * 'createObjWithHashedKeys' additional jsdoc example
tim-lai
added a commit
that referenced
this issue
May 28, 2020
Ref: #6033 * 'createObjWithHashedKeys' validation consistency with isFunction * 'createObjWithHashedKeys' additional jsdoc example
mattyb678
pushed a commit
to mattyb678/swagger-ui
that referenced
this issue
Jun 24, 2020
Ref: swagger-api#6033 * 'createObjWithHashedKeys' validation consistency with isFunction * 'createObjWithHashedKeys' additional jsdoc example
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Q&A (please complete the following information)
Content & configuration
This looks like another new problem when having 'entries' as property name. Other properties in the same level of 'entries' properties, fails to load with error "Could not render this component, see the console"
Example Swagger/OpenAPI definition:
Describe the bug you're encountering
To reproduce...
Try to load swagger ui and use yaml above
Screenshots
if I change entries to entries-new, it works as expected:
The text was updated successfully, but these errors were encountered: