Skip to content

Remove all unnamed objects and responses #97

@Foorack

Description

@Foorack

Currently we have schemas and responses without a name. This causes these objects to be named "InlineObject6", "InlineObject7", etc with incremental naming. This is especially bad for readability, but also unexpectedly breaking whenever any of those objects are assigned a name or removed, as that will change the number on every single other object with this naming style, which could be massively breaking for an application.

Therefore the goal with this issue is to resolve the undefined naming, by assigning every schema and response it's own unique name.

Metadata

Metadata

Assignees

Labels

Priority: HighHigh priority, this ideally needs to be fixed firstStatus: CompletedWe did it! Ready to merge!Type: MaintenanceThis will neither fix incorrectness nor add value, but is rather a project cleanup

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions