You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try schemas.merge(other.schemas, uniquingKeysWith:{ a, b inthrowComponentCollision(componentType:"schema", existingComponent:String(describing: a), newComponent:String(describing: b))})
83
-
try responses.merge(other.responses, uniquingKeysWith:{ a, b inthrowComponentCollision(componentType:"responses", existingComponent:String(describing: a), newComponent:String(describing: b))})
84
-
try parameters.merge(other.parameters, uniquingKeysWith:{ a, b inthrowComponentCollision(componentType:"parameters", existingComponent:String(describing: a), newComponent:String(describing: b))})
85
-
try examples.merge(other.examples, uniquingKeysWith:{ a, b inthrowComponentCollision(componentType:"examples", existingComponent:String(describing: a), newComponent:String(describing: b))})
86
-
try requestBodies.merge(other.requestBodies, uniquingKeysWith:{ a, b inthrowComponentCollision(componentType:"requestBodies", existingComponent:String(describing: a), newComponent:String(describing: b))})
87
-
try headers.merge(other.headers, uniquingKeysWith:{ a, b inthrowComponentCollision(componentType:"headers", existingComponent:String(describing: a), newComponent:String(describing: b))})
88
-
try securitySchemes.merge(other.securitySchemes, uniquingKeysWith:{ a, b inthrowComponentCollision(componentType:"securitySchemes", existingComponent:String(describing: a), newComponent:String(describing: b))})
89
-
try links.merge(other.links, uniquingKeysWith:{ a, b inthrowComponentCollision(componentType:"links", existingComponent:String(describing: a), newComponent:String(describing: b))})
90
-
try callbacks.merge(other.callbacks, uniquingKeysWith:{ a, b inthrowComponentCollision(componentType:"callbacks", existingComponent:String(describing: a), newComponent:String(describing: b))})
91
-
try pathItems.merge(other.pathItems, uniquingKeysWith:{ a, b inthrowComponentCollision(componentType:"pathItems", existingComponent:String(describing: a), newComponent:String(describing: b))})
92
-
try vendorExtensions.merge(other.vendorExtensions, uniquingKeysWith:{ a, b inthrowComponentCollision(componentType:"vendorExtensions", existingComponent:String(describing: a), newComponent:String(describing: b))})
0 commit comments