Skip to content

Commit a0890a4

Browse files
author
Daniel A. White
authored
feat(http): adds info extensions to service (#141)
1 parent c43b251 commit a0890a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/http-spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { JSONSchema7 } from 'json-schema';
22
import { Dictionary } from './basic';
3-
import { IComponentNode, INode, INodeExample, INodeExternalExample, IShareableNode, ISpecExtensions } from './graph';
3+
import { Extensions, IComponentNode, INode, INodeExample, INodeExternalExample, IShareableNode, ISpecExtensions } from './graph';
44
import { IServer } from './servers';
55

66
/**
@@ -30,6 +30,7 @@ export interface IHttpService extends INode, IShareableNode, ISpecExtensions {
3030
url?: string;
3131
backgroundColor?: string;
3232
};
33+
infoExtensions?: Extensions;
3334
internal?: boolean;
3435
externalDocs?: IExternalDocs;
3536
}

0 commit comments

Comments
 (0)