We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd751b commit c373d51Copy full SHA for c373d51
lib/interfaces/swagger-custom-options.interface.ts
@@ -14,8 +14,11 @@ export interface SwaggerCustomOptions {
14
customSwaggerUiPath?: string;
15
swaggerUrl?: string;
16
customSiteTitle?: string;
17
+ /** @deprecated This property has no effect. */
18
validatorUrl?: string;
19
20
url?: string;
21
22
urls?: Record<'url' | 'name', string>[];
23
jsonDocumentUrl?: string;
24
yamlDocumentUrl?: string;
0 commit comments