File tree Expand file tree Collapse file tree 1 file changed +246
-0
lines changed Expand file tree Collapse file tree 1 file changed +246
-0
lines changed Original file line number Diff line number Diff line change 208
208
}
209
209
}
210
210
},
211
+ "402" : {
212
+ "description" : " " ,
213
+ "content" : {
214
+ "application/json" : {
215
+ "schema" : {
216
+ "type" : " object" ,
217
+ "properties" : {
218
+ "error" : {
219
+ "type" : " object" ,
220
+ "properties" : {
221
+ "type" : {
222
+ "type" : " string" ,
223
+ "enum" : [
224
+ " payment_required"
225
+ ]
226
+ },
227
+ "message" : {
228
+ "type" : " string"
229
+ }
230
+ },
231
+ "required" : [
232
+ " type" ,
233
+ " message"
234
+ ],
235
+ "additionalProperties" : false
236
+ }
237
+ },
238
+ "required" : [
239
+ " error"
240
+ ],
241
+ "additionalProperties" : false
242
+ }
243
+ }
244
+ }
245
+ },
211
246
"422" : {
212
247
"description" : " " ,
213
248
"content" : {
573
608
}
574
609
}
575
610
},
611
+ "402" : {
612
+ "description" : " " ,
613
+ "content" : {
614
+ "application/json" : {
615
+ "schema" : {
616
+ "type" : " object" ,
617
+ "properties" : {
618
+ "error" : {
619
+ "type" : " object" ,
620
+ "properties" : {
621
+ "type" : {
622
+ "type" : " string" ,
623
+ "enum" : [
624
+ " payment_required"
625
+ ]
626
+ },
627
+ "message" : {
628
+ "type" : " string"
629
+ }
630
+ },
631
+ "required" : [
632
+ " type" ,
633
+ " message"
634
+ ],
635
+ "additionalProperties" : false
636
+ }
637
+ },
638
+ "required" : [
639
+ " error"
640
+ ],
641
+ "additionalProperties" : false
642
+ }
643
+ }
644
+ }
645
+ },
576
646
"404" : {
577
647
"description" : " " ,
578
648
"content" : {
1085
1155
}
1086
1156
}
1087
1157
}
1158
+ },
1159
+ "402" : {
1160
+ "description" : " " ,
1161
+ "content" : {
1162
+ "application/json" : {
1163
+ "schema" : {
1164
+ "type" : " object" ,
1165
+ "properties" : {
1166
+ "error" : {
1167
+ "type" : " object" ,
1168
+ "properties" : {
1169
+ "type" : {
1170
+ "type" : " string" ,
1171
+ "enum" : [
1172
+ " payment_required"
1173
+ ]
1174
+ },
1175
+ "message" : {
1176
+ "type" : " string"
1177
+ }
1178
+ },
1179
+ "required" : [
1180
+ " type" ,
1181
+ " message"
1182
+ ],
1183
+ "additionalProperties" : false
1184
+ }
1185
+ },
1186
+ "required" : [
1187
+ " error"
1188
+ ],
1189
+ "additionalProperties" : false
1190
+ }
1191
+ }
1192
+ }
1193
+ },
1194
+ "404" : {
1195
+ "description" : " " ,
1196
+ "content" : {
1197
+ "application/json" : {
1198
+ "schema" : {
1199
+ "type" : " object" ,
1200
+ "properties" : {
1201
+ "error" : {
1202
+ "type" : " object" ,
1203
+ "properties" : {
1204
+ "type" : {
1205
+ "type" : " string" ,
1206
+ "enum" : [
1207
+ " table_not_found" ,
1208
+ " table_not_big_table"
1209
+ ]
1210
+ },
1211
+ "message" : {
1212
+ "type" : " string"
1213
+ }
1214
+ },
1215
+ "required" : [
1216
+ " type" ,
1217
+ " message"
1218
+ ],
1219
+ "additionalProperties" : false
1220
+ }
1221
+ },
1222
+ "required" : [
1223
+ " error"
1224
+ ],
1225
+ "additionalProperties" : false
1226
+ }
1227
+ }
1228
+ }
1088
1229
}
1089
1230
},
1090
1231
"parameters" : [
1191
1332
}
1192
1333
}
1193
1334
},
1335
+ "402" : {
1336
+ "description" : " " ,
1337
+ "content" : {
1338
+ "application/json" : {
1339
+ "schema" : {
1340
+ "type" : " object" ,
1341
+ "properties" : {
1342
+ "error" : {
1343
+ "type" : " object" ,
1344
+ "properties" : {
1345
+ "type" : {
1346
+ "type" : " string" ,
1347
+ "enum" : [
1348
+ " payment_required"
1349
+ ]
1350
+ },
1351
+ "message" : {
1352
+ "type" : " string"
1353
+ }
1354
+ },
1355
+ "required" : [
1356
+ " type" ,
1357
+ " message"
1358
+ ],
1359
+ "additionalProperties" : false
1360
+ }
1361
+ },
1362
+ "required" : [
1363
+ " error"
1364
+ ],
1365
+ "additionalProperties" : false
1366
+ }
1367
+ }
1368
+ }
1369
+ },
1194
1370
"404" : {
1195
1371
"description" : " " ,
1196
1372
"content" : {
1412
1588
}
1413
1589
}
1414
1590
},
1591
+ "402" : {
1592
+ "description" : " " ,
1593
+ "content" : {
1594
+ "application/json" : {
1595
+ "schema" : {
1596
+ "type" : " object" ,
1597
+ "properties" : {
1598
+ "error" : {
1599
+ "type" : " object" ,
1600
+ "properties" : {
1601
+ "type" : {
1602
+ "type" : " string" ,
1603
+ "enum" : [
1604
+ " payment_required"
1605
+ ]
1606
+ },
1607
+ "message" : {
1608
+ "type" : " string"
1609
+ }
1610
+ },
1611
+ "required" : [
1612
+ " type" ,
1613
+ " message"
1614
+ ],
1615
+ "additionalProperties" : false
1616
+ }
1617
+ },
1618
+ "required" : [
1619
+ " error"
1620
+ ],
1621
+ "additionalProperties" : false
1622
+ }
1623
+ }
1624
+ }
1625
+ },
1415
1626
"404" : {
1416
1627
"description" : " " ,
1417
1628
"content" : {
1600
1811
}
1601
1812
}
1602
1813
},
1814
+ "402" : {
1815
+ "description" : " " ,
1816
+ "content" : {
1817
+ "application/json" : {
1818
+ "schema" : {
1819
+ "type" : " object" ,
1820
+ "properties" : {
1821
+ "error" : {
1822
+ "type" : " object" ,
1823
+ "properties" : {
1824
+ "type" : {
1825
+ "type" : " string" ,
1826
+ "enum" : [
1827
+ " payment_required"
1828
+ ]
1829
+ },
1830
+ "message" : {
1831
+ "type" : " string"
1832
+ }
1833
+ },
1834
+ "required" : [
1835
+ " type" ,
1836
+ " message"
1837
+ ],
1838
+ "additionalProperties" : false
1839
+ }
1840
+ },
1841
+ "required" : [
1842
+ " error"
1843
+ ],
1844
+ "additionalProperties" : false
1845
+ }
1846
+ }
1847
+ }
1848
+ },
1603
1849
"404" : {
1604
1850
"description" : " " ,
1605
1851
"content" : {
You can’t perform that action at this time.
0 commit comments