We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0890a4 commit dbd8fdcCopy full SHA for dbd8fdc
1 file changed
src/http-spec.ts
@@ -11,7 +11,7 @@ export interface IHttpService extends INode, IShareableNode, ISpecExtensions {
11
name: string;
12
version: string;
13
servers?: IServer[];
14
- security?: HttpSecurityScheme[];
+ security?: HttpSecurityScheme[][];
15
securitySchemes?: HttpSecurityScheme[];
16
termsOfService?: string;
17
contact?: {
0 commit comments