@@ -189,8 +189,8 @@ <h1>OpenAPI Petstore</h1>
189189 < div class ="license-url "> https://www.apache.org/licenses/LICENSE-2.0.html</ div >
190190 < h2 > Access</ h2 >
191191 < ol >
192- < li > APIKey KeyParamName:api_key KeyInQuery:false KeyInHeader:true</ li >
193192 < li > OAuth AuthorizationUrl:http://petstore.swagger.io/api/oauth/dialogTokenUrl:</ li >
193+ < li > APIKey KeyParamName:api_key KeyInQuery:false KeyInHeader:true</ li >
194194 </ ol >
195195
196196 < h2 > < a name ="__Methods "> Methods</ a > </ h2 >
@@ -286,11 +286,19 @@ <h3 class="field-label">Example data</h3>
286286 < div class ="example-data-content-type "> Content-Type: application/xml</ div >
287287 < pre class ="example "> < code > < Pet >
288288 < id > 123456789</ id >
289+ < Category >
290+ < id > 123456789</ id >
291+ < name > aeiou</ name >
292+ </ Category >
289293 < name > doggie</ name >
290294 < photoUrls >
291295 < photoUrls > aeiou</ photoUrls >
292296 </ photoUrls >
293297 < tags >
298+ < Tag >
299+ < id > 123456789</ id >
300+ < name > aeiou</ name >
301+ </ Tag >
294302 </ tags >
295303 < status > aeiou</ status >
296304</ Pet > </ code > </ pre >
@@ -378,7 +386,7 @@ <h3 class="field-label">Return type</h3>
378386
379387 < h3 class ="field-label "> Example data</ h3 >
380388 < div class ="example-data-content-type "> Content-Type: application/json</ div >
381- < pre class ="example "> < code > {
389+ < pre class ="example "> < code > [ {
382390 "photoUrls" : [ "photoUrls", "photoUrls" ],
383391 "name" : "doggie",
384392 "id" : 0,
@@ -394,16 +402,40 @@ <h3 class="field-label">Example data</h3>
394402 "id" : 1
395403 } ],
396404 "status" : "available"
397- }</ code > </ pre >
405+ }, {
406+ "photoUrls" : [ "photoUrls", "photoUrls" ],
407+ "name" : "doggie",
408+ "id" : 0,
409+ "category" : {
410+ "name" : "name",
411+ "id" : 6
412+ },
413+ "tags" : [ {
414+ "name" : "name",
415+ "id" : 1
416+ }, {
417+ "name" : "name",
418+ "id" : 1
419+ } ],
420+ "status" : "available"
421+ } ]</ code > </ pre >
398422 < h3 class ="field-label "> Example data</ h3 >
399423 < div class ="example-data-content-type "> Content-Type: application/xml</ div >
400424 < pre class ="example "> < code > < Pet >
401425 < id > 123456789</ id >
426+ < Category >
427+ < id > 123456789</ id >
428+ < name > aeiou</ name >
429+ </ Category >
402430 < name > doggie</ name >
403431 < photoUrls >
404432 < photoUrls > aeiou</ photoUrls >
405433 </ photoUrls >
406434 < tags >
435+ < Tag >
436+ < id > 123456789</ id >
437+ < name > aeiou</ name >
438+ </ Tag >
407439 </ tags >
408440 < status > aeiou</ status >
409441</ Pet > </ code > </ pre >
@@ -454,7 +486,7 @@ <h3 class="field-label">Return type</h3>
454486
455487 < h3 class ="field-label "> Example data</ h3 >
456488 < div class ="example-data-content-type "> Content-Type: application/json</ div >
457- < pre class ="example "> < code > {
489+ < pre class ="example "> < code > [ {
458490 "photoUrls" : [ "photoUrls", "photoUrls" ],
459491 "name" : "doggie",
460492 "id" : 0,
@@ -470,16 +502,40 @@ <h3 class="field-label">Example data</h3>
470502 "id" : 1
471503 } ],
472504 "status" : "available"
473- }</ code > </ pre >
505+ }, {
506+ "photoUrls" : [ "photoUrls", "photoUrls" ],
507+ "name" : "doggie",
508+ "id" : 0,
509+ "category" : {
510+ "name" : "name",
511+ "id" : 6
512+ },
513+ "tags" : [ {
514+ "name" : "name",
515+ "id" : 1
516+ }, {
517+ "name" : "name",
518+ "id" : 1
519+ } ],
520+ "status" : "available"
521+ } ]</ code > </ pre >
474522 < h3 class ="field-label "> Example data</ h3 >
475523 < div class ="example-data-content-type "> Content-Type: application/xml</ div >
476524 < pre class ="example "> < code > < Pet >
477525 < id > 123456789</ id >
526+ < Category >
527+ < id > 123456789</ id >
528+ < name > aeiou</ name >
529+ </ Category >
478530 < name > doggie</ name >
479531 < photoUrls >
480532 < photoUrls > aeiou</ photoUrls >
481533 </ photoUrls >
482534 < tags >
535+ < Tag >
536+ < id > 123456789</ id >
537+ < name > aeiou</ name >
538+ </ Tag >
483539 </ tags >
484540 < status > aeiou</ status >
485541</ Pet > </ code > </ pre >
@@ -551,11 +607,19 @@ <h3 class="field-label">Example data</h3>
551607 < div class ="example-data-content-type "> Content-Type: application/xml</ div >
552608 < pre class ="example "> < code > < Pet >
553609 < id > 123456789</ id >
610+ < Category >
611+ < id > 123456789</ id >
612+ < name > aeiou</ name >
613+ </ Category >
554614 < name > doggie</ name >
555615 < photoUrls >
556616 < photoUrls > aeiou</ photoUrls >
557617 </ photoUrls >
558618 < tags >
619+ < Tag >
620+ < id > 123456789</ id >
621+ < name > aeiou</ name >
622+ </ Tag >
559623 </ tags >
560624 < status > aeiou</ status >
561625</ Pet > </ code > </ pre >
@@ -1034,7 +1098,7 @@ <h3 class="field-label">Consumes</h3>
10341098
10351099 < h3 class ="field-label "> Request body</ h3 >
10361100 < div class ="field-items ">
1037- < div class ="param "> User < a href ="#User "> User</ a > (required)</ div >
1101+ < div class ="param "> User array[ < a href ="#User "> User</ a > ] (required)</ div >
10381102
10391103 < div class ="param-desc "> < span class ="param-type "> Body Parameter</ span > — </ div >
10401104
@@ -1070,7 +1134,7 @@ <h3 class="field-label">Consumes</h3>
10701134
10711135 < h3 class ="field-label "> Request body</ h3 >
10721136 < div class ="field-items ">
1073- < div class ="param "> User < a href ="#User "> User</ a > (required)</ div >
1137+ < div class ="param "> User array[ < a href ="#User "> User</ a > ] (required)</ div >
10741138
10751139 < div class ="param-desc "> < span class ="param-type "> Body Parameter</ span > — </ div >
10761140
0 commit comments