-
Notifications
You must be signed in to change notification settings - Fork 41
Remove all unnamed objects and responses #97
Copy link
Copy link
Closed
Labels
Priority: HighHigh priority, this ideally needs to be fixed firstHigh priority, this ideally needs to be fixed firstStatus: CompletedWe did it! Ready to merge!We did it! Ready to merge!Type: MaintenanceThis will neither fix incorrectness nor add value, but is rather a project cleanupThis will neither fix incorrectness nor add value, but is rather a project cleanup
Milestone
Metadata
Metadata
Assignees
Labels
Priority: HighHigh priority, this ideally needs to be fixed firstHigh priority, this ideally needs to be fixed firstStatus: CompletedWe did it! Ready to merge!We did it! Ready to merge!Type: MaintenanceThis will neither fix incorrectness nor add value, but is rather a project cleanupThis will neither fix incorrectness nor add value, but is rather a project cleanup
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.