Skip to content

Validator icon is not displayed #5669

Closed
@Hill-98

Description

@Hill-98
  • OS: Windows 10
  • Browser: Chrome
  • Version: 80.0.3947.0 Canary
  • Method of installation: dist assets
  • Swagger-UI version: 3.24.0
  • Swagger/OpenAPI version: OpenAPI 3.0.2

Swagger-UI configuration options:

SwaggerUIBundle({
            url: "https://api-doc.mivm.cn/data/ggs",
            dom_id: '#swagger-ui',
            deepLinking: true,
            presets: [
                SwaggerUIBundle.presets.apis,
                SwaggerUIStandalonePreset
            ],
            plugins: [
                SwaggerUIBundle.plugins.DownloadUrl
            ],
            layout: "StandaloneLayout"
        })

Describe the bug you're encountering

The Validator icon at the bottom of the page does not appear

To reproduce...

Go to 'https://api-doc.mivm.cn/ggs'

Expected behavior

Validator icon display

Additional context or thoughts

My this page (https://api-doc.mivm.cn/swagger-petstore) swagger.json use as a data source, Validator icon can be normal, but can not https://api-doc.mivm.cn/ggs I find it very strange.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions