Swagger securityRequirement added to what-changed

This one was perhaps one of the more frustrating models. It's a simple design, checking maps of string arrays for accurate changes - but the combinations make it a bit of a challenge. I hope I've caught the variations correctly. Bloody swagger, the sooner you go away, the easier all of our lies will be.
This commit is contained in:
Dave Shanley
2022-10-23 11:12:04 -04:00
parent e90d934a4b
commit 53e04b5346
5 changed files with 499 additions and 2 deletions

View File

@@ -100,4 +100,5 @@ const (
AllowReservedLabel = "allowReserved"
ExplodeLabel = "explode"
ContentTypeLabel = "contentType"
SecurityDefinitionLabel = "securityDefinition"
)