diff --git a/packages/parser/src/spec-types/v3.ts b/packages/parser/src/spec-types/v3.ts index 766df3bf9..6770443e4 100644 --- a/packages/parser/src/spec-types/v3.ts +++ b/packages/parser/src/spec-types/v3.ts @@ -42,6 +42,8 @@ export type ServersObject = Record; export interface ServerObject extends SpecificationExtensions { host: string; protocol: string; + title?: string; + summary?: string; pathname?: string; protocolVersion?: string; description?: string;