From 0d1a742f6f3b65344946b6b6de49e25d38b89c82 Mon Sep 17 00:00:00 2001 From: Jamie Macey Date: Sat, 17 Oct 2020 13:44:04 -0700 Subject: [PATCH] empty content is now pruned --- test-app/swagger/v3/openapi.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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" } } }