Skip to content

Commit dbd8fdc

Browse files
author
Jakub Rożek
authored
feat(http-spec): align IHttpService['security'] with IHttpOperation['security'] (#142)
BREAKING CHANGE: IHttpService['security'] is a 2D array now
1 parent a0890a4 commit dbd8fdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/http-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface IHttpService extends INode, IShareableNode, ISpecExtensions {
1111
name: string;
1212
version: string;
1313
servers?: IServer[];
14-
security?: HttpSecurityScheme[];
14+
security?: HttpSecurityScheme[][];
1515
securitySchemes?: HttpSecurityScheme[];
1616
termsOfService?: string;
1717
contact?: {

0 commit comments

Comments
 (0)