-
-
Notifications
You must be signed in to change notification settings - Fork 551
Closed
Description
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
Labels
No labels