interface OpenApiPaths {
    assetsPath: string;
    oauth2RedirectPath: string;
    schemaPath: string;
    uiPath: string;
}

Properties

assetsPath: string

path you configured to point to open api assets

You can use unpkg CDN by setting //unpkg.com/swagger-ui-dist[@] :

Default

//unpkg.com/swagger-ui-dist (if openApiPaths is an object)
oauth2RedirectPath: string

path to oauth2Redirect or to a custom oauth2Redirect

schemaPath: string

path to openapi.json / to the openapi generation action

uiPath: string

path to serve the swagger UI