@spailybot/moleculer-auto-openapi - v1.3.2
    Preparing search index...

    Interface OpenApiPaths

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

    Properties

    assetsPath: string

    path you configured to point to open api assets

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

    //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