Skip to content

Incomplete json at v3/api-docs #2368

@talha-inozu

Description

@talha-inozu

Incomplete json at v3/api-docs

  • I am using springdoc-openapi-starter-webmvc-ui and when run my application , it returns incomplete json at /v3/api-docs.

It looks like that:
"/user/Info/GetInfo": { "get": { "operationId": "GetInfo", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "string" } } } }, "400": { "description": "Bad Request", "content": { "*/*": { "schema": { "additionalProperties": { "type": "string" }, "type": "object" } } } } }, "tags": ["

You can see that at end of the json tags array is incomplete and because of that the swagger ui doesnt work. How can i fix that ?

I am using Java 17 and SpringBoot 3.0.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions