Skip to content

Commit b31bc71

Browse files
1 parent 6ccfe83 commit b31bc71

File tree

1 file changed

+246
-0
lines changed

1 file changed

+246
-0
lines changed

openapi/swagger.json

Lines changed: 246 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,41 @@
208208
}
209209
}
210210
},
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+
},
211246
"422": {
212247
"description": "",
213248
"content": {
@@ -573,6 +608,41 @@
573608
}
574609
}
575610
},
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+
},
576646
"404": {
577647
"description": "",
578648
"content": {
@@ -1085,6 +1155,77 @@
10851155
}
10861156
}
10871157
}
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+
}
10881229
}
10891230
},
10901231
"parameters": [
@@ -1191,6 +1332,41 @@
11911332
}
11921333
}
11931334
},
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+
},
11941370
"404": {
11951371
"description": "",
11961372
"content": {
@@ -1412,6 +1588,41 @@
14121588
}
14131589
}
14141590
},
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+
},
14151626
"404": {
14161627
"description": "",
14171628
"content": {
@@ -1600,6 +1811,41 @@
16001811
}
16011812
}
16021813
},
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+
},
16031849
"404": {
16041850
"description": "",
16051851
"content": {

0 commit comments

Comments
 (0)