When editing a definition and changing the name of a definition, the title value is not modified causing the definition to not reflect the proper $ref. Below is a simple example:
i9SupportDocument:
title: listIdentity
type: object
Where the object name was changed from listIdentity to i9SupportDocument. The title was not altered and this cause a subsequent $ref to not display proper in Swagger Tools.
When editing a definition and changing the name of a definition, the title value is not modified causing the definition to not reflect the proper $ref. Below is a simple example:
i9SupportDocument:
title: listIdentity
type: object
Where the object name was changed from listIdentity to i9SupportDocument. The title was not altered and this cause a subsequent $ref to not display proper in Swagger Tools.