@@ -52,8 +52,6 @@ public void json() throws Exception {
5252 " \" get\" : {\n " +
5353 " \" tags\" : [ \" pets\" ],\n " +
5454 " \" summary\" : \" Pets.list\" ,\n " +
55- " \" consumes\" : [ \" */*\" ],\n " +
56- " \" produces\" : [ \" */*\" ],\n " +
5755 " \" parameters\" : [ {\n " +
5856 " \" name\" : \" size\" ,\n " +
5957 " \" in\" : \" query\" ,\n " +
@@ -73,8 +71,6 @@ public void json() throws Exception {
7371 " \" post\" : {\n " +
7472 " \" tags\" : [ \" pets\" ],\n " +
7573 " \" summary\" : \" Pets.create\" ,\n " +
76- " \" consumes\" : [ \" */*\" ],\n " +
77- " \" produces\" : [ \" */*\" ],\n " +
7874 " \" parameters\" : [ {\n " +
7975 " \" in\" : \" body\" ,\n " +
8076 " \" name\" : \" pet\" ,\n " +
@@ -97,8 +93,6 @@ public void json() throws Exception {
9793 " \" get\" : {\n " +
9894 " \" tags\" : [ \" pets\" ],\n " +
9995 " \" summary\" : \" Pets.get\" ,\n " +
100- " \" consumes\" : [ \" */*\" ],\n " +
101- " \" produces\" : [ \" */*\" ],\n " +
10296 " \" parameters\" : [ {\n " +
10397 " \" name\" : \" id\" ,\n " +
10498 " \" in\" : \" path\" ,\n " +
@@ -153,8 +147,6 @@ public void json() throws Exception {
153147 " \" get\" : {\n " +
154148 " \" tags\" : [ \" pets\" ],\n " +
155149 " \" summary\" : \" Pets.list\" ,\n " +
156- " \" consumes\" : [ \" */*\" ],\n " +
157- " \" produces\" : [ \" */*\" ],\n " +
158150 " \" parameters\" : [ {\n " +
159151 " \" name\" : \" size\" ,\n " +
160152 " \" in\" : \" query\" ,\n " +
@@ -174,8 +166,6 @@ public void json() throws Exception {
174166 " \" post\" : {\n " +
175167 " \" tags\" : [ \" pets\" ],\n " +
176168 " \" summary\" : \" Pets.create\" ,\n " +
177- " \" consumes\" : [ \" */*\" ],\n " +
178- " \" produces\" : [ \" */*\" ],\n " +
179169 " \" parameters\" : [ {\n " +
180170 " \" in\" : \" body\" ,\n " +
181171 " \" name\" : \" pet\" ,\n " +
@@ -198,8 +188,6 @@ public void json() throws Exception {
198188 " \" get\" : {\n " +
199189 " \" tags\" : [ \" pets\" ],\n " +
200190 " \" summary\" : \" Pets.get\" ,\n " +
201- " \" consumes\" : [ \" */*\" ],\n " +
202- " \" produces\" : [ \" */*\" ],\n " +
203191 " \" parameters\" : [ {\n " +
204192 " \" name\" : \" id\" ,\n " +
205193 " \" in\" : \" path\" ,\n " +
@@ -259,10 +247,6 @@ public void yml() throws Exception {
259247 " tags:\n " +
260248 " - \" pets\" \n " +
261249 " summary: \" Pets.list\" \n " +
262- " consumes:\n " +
263- " - \" */*\" \n " +
264- " produces:\n " +
265- " - \" */*\" \n " +
266250 " parameters:\n " +
267251 " - name: \" size\" \n " +
268252 " in: \" query\" \n " +
@@ -278,10 +262,6 @@ public void yml() throws Exception {
278262 " tags:\n " +
279263 " - \" pets\" \n " +
280264 " summary: \" Pets.create\" \n " +
281- " consumes:\n " +
282- " - \" */*\" \n " +
283- " produces:\n " +
284- " - \" */*\" \n " +
285265 " parameters:\n " +
286266 " - in: \" body\" \n " +
287267 " name: \" pet\" \n " +
@@ -298,10 +278,6 @@ public void yml() throws Exception {
298278 " tags:\n " +
299279 " - \" pets\" \n " +
300280 " summary: \" Pets.get\" \n " +
301- " consumes:\n " +
302- " - \" */*\" \n " +
303- " produces:\n " +
304- " - \" */*\" \n " +
305281 " parameters:\n " +
306282 " - name: \" id\" \n " +
307283 " in: \" path\" \n " +
@@ -346,10 +322,6 @@ public void yml() throws Exception {
346322 " tags:\n " +
347323 " - \" pets\" \n " +
348324 " summary: \" Pets.list\" \n " +
349- " consumes:\n " +
350- " - \" */*\" \n " +
351- " produces:\n " +
352- " - \" */*\" \n " +
353325 " parameters:\n " +
354326 " - name: \" size\" \n " +
355327 " in: \" query\" \n " +
@@ -365,10 +337,6 @@ public void yml() throws Exception {
365337 " tags:\n " +
366338 " - \" pets\" \n " +
367339 " summary: \" Pets.create\" \n " +
368- " consumes:\n " +
369- " - \" */*\" \n " +
370- " produces:\n " +
371- " - \" */*\" \n " +
372340 " parameters:\n " +
373341 " - in: \" body\" \n " +
374342 " name: \" pet\" \n " +
@@ -385,10 +353,6 @@ public void yml() throws Exception {
385353 " tags:\n " +
386354 " - \" pets\" \n " +
387355 " summary: \" Pets.get\" \n " +
388- " consumes:\n " +
389- " - \" */*\" \n " +
390- " produces:\n " +
391- " - \" */*\" \n " +
392356 " parameters:\n " +
393357 " - name: \" id\" \n " +
394358 " in: \" path\" \n " +
0 commit comments