Skip to content

Commit

Permalink
feat(http-spec): align IHttpService['security'] with IHttpOperation['…
Browse files Browse the repository at this point in the history
…security'] (#142)

BREAKING CHANGE: IHttpService['security'] is a 2D array now
  • Loading branch information
P0lip authored Sep 25, 2023
1 parent a0890a4 commit dbd8fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface IHttpService extends INode, IShareableNode, ISpecExtensions {
name: string;
version: string;
servers?: IServer[];
security?: HttpSecurityScheme[];
security?: HttpSecurityScheme[][];
securitySchemes?: HttpSecurityScheme[];
termsOfService?: string;
contact?: {
Expand Down

0 comments on commit dbd8fdc

Please sign in to comment.