Open LienM opened 5 years ago
Found the culprit. I had multiple levels of inheritance for these items:
basic event -> basic event with item -> item_pageview. The UI didn't like that.
Is this supposed to be supported, or not at all?
Is this supposed to be supported, or not at all?
That should be supported.
I understand that your definition is private, but if you can come up with a minimal test case we can use to reproduce the issue, it would help us fix this!
Seems to be a duplication of 4672: https://github.com/swagger-api/swagger-ui/issues/4672
Info
Content & configuration
I am using the default configuration in connexion (zalando/connexion on GitHub).
Describe the bug you're encountering
Some of the schemas defined in the anyOf clause are not rendering all info and their name, as shown in the image below. There's no difference between the definition of the events in the YML file though.
(Unfortunately I can't share the definition as it's an internal model).
Here is the developer console stacktrace.
Expected behavior
All components should be shown equally.