diff --git a/test-app/swagger/v3/openapi.json b/test-app/swagger/v3/openapi.json index 90b9f18..a344f69 100644 --- a/test-app/swagger/v3/openapi.json +++ b/test-app/swagger/v3/openapi.json @@ -13,9 +13,7 @@ ], "responses": { "200": { - "description": "OK", - "content": { - } + "description": "OK" } }, "parameters": [ @@ -41,9 +39,7 @@ ], "responses": { "200": { - "description": "OK", - "content": { - } + "description": "OK" } } }