File tree 8 files changed +33
-14
lines changed
springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.1.0
8 files changed +33
-14
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.23 </swagger-api .version>
63
+ <swagger-api .version>2.2.24 </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 517
517
"components" : {
518
518
"schemas" : {
519
519
"ErrorMessage" : {
520
+ "type" : " object" ,
520
521
"properties" : {
521
522
"id" : {
522
523
"type" : " string"
527
528
}
528
529
},
529
530
"PersonDTO" : {
531
+ "type" : " object" ,
530
532
"properties" : {
531
533
"email" : {
532
534
"type" : " string"
540
542
}
541
543
},
542
544
"ItemLightDTO" : {
545
+ "type" : " object" ,
543
546
"properties" : {
544
547
"description" : {
545
548
"type" : " string"
556
559
}
557
560
},
558
561
"InventoryItem" : {
562
+ "type" : " object" ,
559
563
"properties" : {
560
564
"id" : {
561
565
"type" : " string" ,
582
586
]
583
587
},
584
588
"Manufacturer" : {
589
+ "type" : " object" ,
585
590
"properties" : {
586
591
"name" : {
587
592
"type" : " string" ,
601
606
]
602
607
},
603
608
"ItemDTO" : {
609
+ "type" : " object" ,
604
610
"properties" : {
605
611
"itemID" : {
606
612
"type" : " string"
Original file line number Diff line number Diff line change 61
61
}
62
62
}
63
63
},
64
- "200 " : {
65
- "description" : " successful operation " ,
64
+ "404 " : {
65
+ "description" : " User not found " ,
66
66
"content" : {
67
67
"application/xml" : {
68
68
"schema" : {
76
76
}
77
77
}
78
78
},
79
- "404 " : {
80
- "description" : " User not found " ,
79
+ "200 " : {
80
+ "description" : " successful operation " ,
81
81
"content" : {
82
82
"application/xml" : {
83
83
"schema" : {
464
464
}
465
465
}
466
466
},
467
- "404 " : {
468
- "description" : " Pet not found " ,
467
+ "200 " : {
468
+ "description" : " successful operation " ,
469
469
"content" : {
470
470
"application/xml" : {
471
471
"schema" : {
479
479
}
480
480
}
481
481
},
482
- "200 " : {
483
- "description" : " successful operation " ,
482
+ "404 " : {
483
+ "description" : " Pet not found " ,
484
484
"content" : {
485
485
"application/xml" : {
486
486
"schema" : {
809
809
}
810
810
}
811
811
},
812
- "200 " : {
813
- "description" : " successful operation " ,
812
+ "404 " : {
813
+ "description" : " Order not found " ,
814
814
"content" : {
815
815
"application/xml" : {
816
816
"schema" : {
824
824
}
825
825
}
826
826
},
827
- "404 " : {
828
- "description" : " Order not found " ,
827
+ "200 " : {
828
+ "description" : " successful operation " ,
829
829
"content" : {
830
830
"application/xml" : {
831
831
"schema" : {
1051
1051
"components" : {
1052
1052
"schemas" : {
1053
1053
"User" : {
1054
+ "type" : " object" ,
1054
1055
"properties" : {
1055
1056
"id" : {
1056
1057
"type" : " integer" ,
1082
1083
}
1083
1084
},
1084
1085
"Category" : {
1086
+ "type" : " object" ,
1085
1087
"properties" : {
1086
1088
"id" : {
1087
1089
"type" : " integer" ,
1093
1095
}
1094
1096
},
1095
1097
"Pet" : {
1098
+ "type" : " object" ,
1096
1099
"properties" : {
1097
1100
"id" : {
1098
1101
"type" : " integer" ,
1133
1136
]
1134
1137
},
1135
1138
"Tag" : {
1139
+ "type" : " object" ,
1136
1140
"properties" : {
1137
1141
"id" : {
1138
1142
"type" : " integer" ,
1144
1148
}
1145
1149
},
1146
1150
"Order" : {
1151
+ "type" : " object" ,
1147
1152
"properties" : {
1148
1153
"complete" : {
1149
1154
"type" : " boolean"
1171
1176
}
1172
1177
},
1173
1178
"ModelApiResponse" : {
1179
+ "type" : " object" ,
1174
1180
"properties" : {
1175
1181
"code" : {
1176
1182
"type" : " integer" ,
Original file line number Diff line number Diff line change 45
45
"components" : {
46
46
"schemas" : {
47
47
"test.org.springdoc.api.v31.app4.TrackerData" : {
48
+ "type" : " object" ,
48
49
"properties" : {
49
50
"trackerId" : {
50
51
"type" : " string" ,
Original file line number Diff line number Diff line change 45
45
"components" : {
46
46
"schemas" : {
47
47
"DummyData" : {
48
+ "type" : " object" ,
48
49
"properties" : {
49
50
"trackerId" : {
50
51
"type" : " string"
Original file line number Diff line number Diff line change 35
35
"components" : {
36
36
"schemas" : {
37
37
"ExamplesResponse" : {
38
+ "type" : " object" ,
38
39
"properties" : {
39
40
"name" : {
40
41
"type" : " string" ,
46
47
"subject" : {
47
48
"type" : " string" ,
48
49
"description" : " subject" ,
49
- "example" :" Hello" ,
50
+ "example" : " Hello" ,
50
51
"examples" : [
51
52
" Hello" ,
52
53
" World"
Original file line number Diff line number Diff line change 35
35
"components" : {
36
36
"schemas" : {
37
37
"ExamplesResponse" : {
38
+ "type" : " object" ,
38
39
"properties" : {
39
40
"self" : {
40
41
"$ref" : " #/components/schemas/UserInfo" ,
58
59
]
59
60
},
60
61
"FooBar" : {
62
+ "type" : " object" ,
61
63
"deprecated" : true ,
62
64
"description" : " the foo bar" ,
63
65
"properties" : {
76
78
]
77
79
},
78
80
"UserInfo" : {
81
+ "type" : " object" ,
79
82
"description" : " user info" ,
80
83
"properties" : {
81
84
"name" : {
Original file line number Diff line number Diff line change 14
14
"components" : {
15
15
"schemas" : {
16
16
"RequestDto" : {
17
+ "type" : " object" ,
17
18
"properties" : {
18
19
"personalNumber" : {
19
20
"type" : " string"
You can’t perform that action at this time.
0 commit comments