52
52
$ref : " #/definitions/Pet"
53
53
x-exportParamName : " Body"
54
54
responses :
55
- 405 :
55
+ " 405 " :
56
56
description : " Invalid input"
57
57
security :
58
58
- petstore_auth :
@@ -79,11 +79,11 @@ paths:
79
79
$ref : " #/definitions/Pet"
80
80
x-exportParamName : " Body"
81
81
responses :
82
- 400 :
82
+ " 400 " :
83
83
description : " Invalid ID supplied"
84
- 404 :
84
+ " 404 " :
85
85
description : " Pet not found"
86
- 405 :
86
+ " 405 " :
87
87
description : " Validation exception"
88
88
security :
89
89
- petstore_auth :
@@ -115,13 +115,13 @@ paths:
115
115
collectionFormat : " csv"
116
116
x-exportParamName : " Status"
117
117
responses :
118
- 200 :
118
+ " 200 " :
119
119
description : " successful operation"
120
120
schema :
121
121
type : " array"
122
122
items :
123
123
$ref : " #/definitions/Pet"
124
- 400 :
124
+ " 400 " :
125
125
description : " Invalid status value"
126
126
security :
127
127
- petstore_auth :
@@ -149,13 +149,13 @@ paths:
149
149
collectionFormat : " csv"
150
150
x-exportParamName : " Tags"
151
151
responses :
152
- 200 :
152
+ " 200 " :
153
153
description : " successful operation"
154
154
schema :
155
155
type : " array"
156
156
items :
157
157
$ref : " #/definitions/Pet"
158
- 400 :
158
+ " 400 " :
159
159
description : " Invalid tag value"
160
160
security :
161
161
- petstore_auth :
@@ -181,13 +181,13 @@ paths:
181
181
format : " int64"
182
182
x-exportParamName : " PetId"
183
183
responses :
184
- 200 :
184
+ " 200 " :
185
185
description : " successful operation"
186
186
schema :
187
187
$ref : " #/definitions/Pet"
188
- 400 :
188
+ " 400 " :
189
189
description : " Invalid ID supplied"
190
- 404 :
190
+ " 404 " :
191
191
description : " Pet not found"
192
192
security :
193
193
- api_key : []
@@ -225,7 +225,7 @@ paths:
225
225
x-exportParamName : " Status"
226
226
x-optionalDataType : " String"
227
227
responses :
228
- 405 :
228
+ " 405 " :
229
229
description : " Invalid input"
230
230
security :
231
231
- petstore_auth :
@@ -255,7 +255,7 @@ paths:
255
255
format : " int64"
256
256
x-exportParamName : " PetId"
257
257
responses :
258
- 400 :
258
+ " 400 " :
259
259
description : " Invalid pet value"
260
260
security :
261
261
- petstore_auth :
@@ -294,7 +294,7 @@ paths:
294
294
type : " file"
295
295
x-exportParamName : " File"
296
296
responses :
297
- 200 :
297
+ " 200 " :
298
298
description : " successful operation"
299
299
schema :
300
300
$ref : " #/definitions/ApiResponse"
@@ -313,7 +313,7 @@ paths:
313
313
- " application/json"
314
314
parameters : []
315
315
responses :
316
- 200 :
316
+ " 200 " :
317
317
description : " successful operation"
318
318
schema :
319
319
type : " object"
@@ -341,11 +341,11 @@ paths:
341
341
$ref : " #/definitions/Order"
342
342
x-exportParamName : " Body"
343
343
responses :
344
- 200 :
344
+ " 200 " :
345
345
description : " successful operation"
346
346
schema :
347
347
$ref : " #/definitions/Order"
348
- 400 :
348
+ " 400 " :
349
349
description : " Invalid Order"
350
350
/store/order/{order_id} :
351
351
get :
@@ -369,13 +369,13 @@ paths:
369
369
format : " int64"
370
370
x-exportParamName : " OrderId"
371
371
responses :
372
- 200 :
372
+ " 200 " :
373
373
description : " successful operation"
374
374
schema :
375
375
$ref : " #/definitions/Order"
376
- 400 :
376
+ " 400 " :
377
377
description : " Invalid ID supplied"
378
- 404 :
378
+ " 404 " :
379
379
description : " Order not found"
380
380
delete :
381
381
tags :
@@ -395,9 +395,9 @@ paths:
395
395
type : " string"
396
396
x-exportParamName : " OrderId"
397
397
responses :
398
- 400 :
398
+ " 400 " :
399
399
description : " Invalid ID supplied"
400
- 404 :
400
+ " 404 " :
401
401
description : " Order not found"
402
402
/user :
403
403
post :
@@ -490,7 +490,7 @@ paths:
490
490
type : " string"
491
491
x-exportParamName : " Password"
492
492
responses :
493
- 200 :
493
+ " 200 " :
494
494
description : " successful operation"
495
495
headers :
496
496
X-Rate-Limit :
@@ -503,7 +503,7 @@ paths:
503
503
description : " date in UTC when token expires"
504
504
schema :
505
505
type : " string"
506
- 400 :
506
+ " 400 " :
507
507
description : " Invalid username/password supplied"
508
508
/user/logout :
509
509
get :
@@ -537,13 +537,13 @@ paths:
537
537
type : " string"
538
538
x-exportParamName : " Username"
539
539
responses :
540
- 200 :
540
+ " 200 " :
541
541
description : " successful operation"
542
542
schema :
543
543
$ref : " #/definitions/User"
544
- 400 :
544
+ " 400 " :
545
545
description : " Invalid username supplied"
546
- 404 :
546
+ " 404 " :
547
547
description : " User not found"
548
548
put :
549
549
tags :
@@ -569,9 +569,9 @@ paths:
569
569
$ref : " #/definitions/User"
570
570
x-exportParamName : " Body"
571
571
responses :
572
- 400 :
572
+ " 400 " :
573
573
description : " Invalid user supplied"
574
- 404 :
574
+ " 404 " :
575
575
description : " User not found"
576
576
delete :
577
577
tags :
@@ -590,9 +590,9 @@ paths:
590
590
type : " string"
591
591
x-exportParamName : " Username"
592
592
responses :
593
- 400 :
593
+ " 400 " :
594
594
description : " Invalid username supplied"
595
- 404 :
595
+ " 404 " :
596
596
description : " User not found"
597
597
/fake_classname_test :
598
598
patch :
@@ -614,7 +614,7 @@ paths:
614
614
$ref : " #/definitions/Client"
615
615
x-exportParamName : " Body"
616
616
responses :
617
- 200 :
617
+ " 200 " :
618
618
description : " successful operation"
619
619
schema :
620
620
$ref : " #/definitions/Client"
@@ -727,9 +727,9 @@ paths:
727
727
x-exportParamName : " EnumQueryDouble"
728
728
x-optionalDataType : " Float64"
729
729
responses :
730
- 400 :
730
+ " 400 " :
731
731
description : " Invalid request"
732
- 404 :
732
+ " 404 " :
733
733
description : " Not found"
734
734
post :
735
735
tags :
@@ -863,9 +863,9 @@ paths:
863
863
x-exportParamName : " Callback"
864
864
x-optionalDataType : " String"
865
865
responses :
866
- 400 :
866
+ " 400 " :
867
867
description : " Invalid username supplied"
868
- 404 :
868
+ " 404 " :
869
869
description : " User not found"
870
870
security :
871
871
- http_basic_test : []
@@ -888,7 +888,7 @@ paths:
888
888
$ref : " #/definitions/Client"
889
889
x-exportParamName : " Body"
890
890
responses :
891
- 200 :
891
+ " 200 " :
892
892
description : " successful operation"
893
893
schema :
894
894
$ref : " #/definitions/Client"
@@ -907,7 +907,7 @@ paths:
907
907
$ref : " #/definitions/OuterNumber"
908
908
x-exportParamName : " Body"
909
909
responses :
910
- 200 :
910
+ " 200 " :
911
911
description : " Output number"
912
912
schema :
913
913
$ref : " #/definitions/OuterNumber"
@@ -926,7 +926,7 @@ paths:
926
926
$ref : " #/definitions/OuterString"
927
927
x-exportParamName : " Body"
928
928
responses :
929
- 200 :
929
+ " 200 " :
930
930
description : " Output string"
931
931
schema :
932
932
$ref : " #/definitions/OuterString"
@@ -945,7 +945,7 @@ paths:
945
945
$ref : " #/definitions/OuterBoolean"
946
946
x-exportParamName : " Body"
947
947
responses :
948
- 200 :
948
+ " 200 " :
949
949
description : " Output boolean"
950
950
schema :
951
951
$ref : " #/definitions/OuterBoolean"
@@ -964,7 +964,7 @@ paths:
964
964
$ref : " #/definitions/OuterComposite"
965
965
x-exportParamName : " Body"
966
966
responses :
967
- 200 :
967
+ " 200 " :
968
968
description : " Output composite"
969
969
schema :
970
970
$ref : " #/definitions/OuterComposite"
@@ -991,7 +991,7 @@ paths:
991
991
type : " string"
992
992
x-exportParamName : " Param2"
993
993
responses :
994
- 200 :
994
+ " 200 " :
995
995
description : " successful operation"
996
996
/fake/inline-additionalProperties :
997
997
post :
@@ -1013,7 +1013,7 @@ paths:
1013
1013
type : " string"
1014
1014
x-exportParamName : " Param"
1015
1015
responses :
1016
- 200 :
1016
+ " 200 " :
1017
1017
description : " successful operation"
1018
1018
/fake/body-with-query-params :
1019
1019
put :
@@ -1035,7 +1035,7 @@ paths:
1035
1035
type : " string"
1036
1036
x-exportParamName : " Query"
1037
1037
responses :
1038
- 200 :
1038
+ " 200 " :
1039
1039
description : " Success"
1040
1040
/another-fake/dummy :
1041
1041
patch :
@@ -1057,7 +1057,7 @@ paths:
1057
1057
$ref : " #/definitions/Client"
1058
1058
x-exportParamName : " Body"
1059
1059
responses :
1060
- 200 :
1060
+ " 200 " :
1061
1061
description : " successful operation"
1062
1062
schema :
1063
1063
$ref : " #/definitions/Client"
@@ -1269,13 +1269,13 @@ definitions:
1269
1269
readOnly : true
1270
1270
property :
1271
1271
type : " string"
1272
- 123Number :
1272
+ " 123Number " :
1273
1273
type : " integer"
1274
1274
readOnly : true
1275
1275
xml :
1276
1276
name : " Name"
1277
1277
description : " Model for testing model name same as property name"
1278
- 200_response :
1278
+ " 200_response " :
1279
1279
properties :
1280
1280
name :
1281
1281
type : " integer"
@@ -1444,7 +1444,7 @@ definitions:
1444
1444
List :
1445
1445
type : " object"
1446
1446
properties :
1447
- 123-list :
1447
+ " 123-list " :
1448
1448
type : " string"
1449
1449
Client :
1450
1450
type : " object"
0 commit comments