mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
fix: security in OAS2 is a dictionary of string (#43105)
This commit is contained in:
parent
e0faeb6bbe
commit
819ef44294
2
types/swagger-schema-official/index.d.ts
vendored
2
types/swagger-schema-official/index.d.ts
vendored
@ -132,7 +132,7 @@ export interface Operation {
|
||||
parameters?: Array<Parameter | Reference>;
|
||||
schemes?: string[];
|
||||
deprecated?: boolean;
|
||||
security?: Security[];
|
||||
security?: Array<{ [securityDefinitionName: string]: string[] }>;
|
||||
tags?: string[];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user