You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Titles in AllOf should display properly in the 'Models' section of the view.
Current Behavior
Titles in AllOf don't display in the 'Models' section of the view, and the title contained in the ref is used instead eg ( - $ref: "#/definitions/createModel" )
Context
Was just checking master branch on swagger-ui, and theres an issue that titles are not working when composed with allOf. So in the attached picture the two second 'Create Model' should be named 'Update Model' and 'Model' respectively as per the given title in the yaml, but just display title from 'Create Model' Have attached yaml to test. @owenconti any input, possibly related to swagger-api/swagger-js#1130 ?
The text was updated successfully, but these errors were encountered:
Demonstration API definition
https://github.com/raw/daniel-smartbear/test-resp/master/duplicate-models.yaml
Expected Behavior
Titles in AllOf should display properly in the 'Models' section of the view.
Current Behavior
Titles in AllOf don't display in the 'Models' section of the view, and the title contained in the ref is used instead eg ( - $ref: "#/definitions/createModel" )
Context
Was just checking master branch on swagger-ui, and theres an issue that titles are not working when composed with allOf. So in the attached picture the two second 'Create Model' should be named 'Update Model' and 'Model' respectively as per the given title in the yaml, but just display title from 'Create Model' Have attached yaml to test.
@owenconti any input, possibly related to swagger-api/swagger-js#1130 ?
The text was updated successfully, but these errors were encountered: