File tree 3 files changed +12
-5
lines changed
springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.1.0
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 60
60
<maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
61
61
<maven-release-plugin .version>2.5.3</maven-release-plugin .version>
62
62
<nexus-staging-maven-plugin >1.6.8</nexus-staging-maven-plugin >
63
- <swagger-api .version>2.2.22 </swagger-api .version>
63
+ <swagger-api .version>2.2.23 </swagger-api .version>
64
64
<swagger-ui .version>5.17.14</swagger-ui .version>
65
65
<gmavenplus-plugin .version>1.13.1</gmavenplus-plugin .version>
66
66
<jjwt .version>0.9.1</jjwt .version>
Original file line number Diff line number Diff line change 236
236
"required" : false ,
237
237
"explode" : false ,
238
238
"schema" : {
239
+ "type" : " array" ,
239
240
"items" : {}
240
241
}
241
242
}
453
454
"content" : {
454
455
"application/json" : {
455
456
"schema" : {
457
+ "type" : " array" ,
456
458
"items" : {
457
459
"$ref" : " #/components/schemas/PersonDTO"
458
460
}
Original file line number Diff line number Diff line change 809
809
}
810
810
}
811
811
},
812
- "404 " : {
813
- "description" : " Order not found " ,
812
+ "200 " : {
813
+ "description" : " successful operation " ,
814
814
"content" : {
815
815
"application/xml" : {
816
816
"schema" : {
824
824
}
825
825
}
826
826
},
827
- "200 " : {
828
- "description" : " successful operation " ,
827
+ "404 " : {
828
+ "description" : " Order not found " ,
829
829
"content" : {
830
830
"application/xml" : {
831
831
"schema" : {
901
901
"content" : {
902
902
"application/json" : {
903
903
"schema" : {
904
+ "type" : " array" ,
904
905
"items" : {}
905
906
}
906
907
}
953
954
"content" : {
954
955
"application/xml" : {
955
956
"schema" : {
957
+ "type" : " array" ,
956
958
"items" : {
957
959
"$ref" : " #/components/schemas/Pet"
958
960
}
959
961
}
960
962
},
961
963
"application/json" : {
962
964
"schema" : {
965
+ "type" : " array" ,
963
966
"items" : {
964
967
"$ref" : " #/components/schemas/Pet"
965
968
}
1017
1020
"content" : {
1018
1021
"application/xml" : {
1019
1022
"schema" : {
1023
+ "type" : " array" ,
1020
1024
"items" : {
1021
1025
"$ref" : " #/components/schemas/Pet"
1022
1026
}
1023
1027
}
1024
1028
},
1025
1029
"application/json" : {
1026
1030
"schema" : {
1031
+ "type" : " array" ,
1027
1032
"items" : {
1028
1033
"$ref" : " #/components/schemas/Pet"
1029
1034
}
You can’t perform that action at this time.
0 commit comments