arjun-g / vs-swagger-viewer

Swagger Viewer lets you preview and validate Swagger 2.0 and OpenAPI files as you type in Visual Studio Code.
MIT License
169 stars 47 forks source link

Multiple inheritance allOf: View problem. Inherited attributes shown on Swagger-Editor on Web, but not rendered on Swagger-Viewer #119

Open thenexthudai opened 3 weeks ago

thenexthudai commented 3 weeks ago

Provided that there is multi level extending model definitions via allOf such as BackOfficeUserTask extends TroubleTicket, iwhen you compare Swagger Editor vs Swagger-Viewer in VSCODE, expanding TroubleTicket.troubleTicketRelationship vs BackOfficeUserTask.troubleTicketRelationship

DNext-BackOffice-Task-v1.0.0-swagger.yaml.zip

Swagger-Editor:

image

Swagger-Viewer VSCODE image