Bug 22343: API routes for SMTP servers CRUD
[koha.git] / api / v1 / swagger / definitions.json
1 {
2   "account_line": {
3     "$ref": "definitions/account_line.json"
4   },
5   "basket": {
6     "$ref": "definitions/basket.json"
7   },
8   "circ-rule-kind": {
9     "$ref": "definitions/circ-rule-kind.json"
10   },
11   "city": {
12     "$ref": "definitions/city.json"
13   },
14   "error": {
15     "$ref": "definitions/error.json"
16   },
17   "fund": {
18     "$ref": "definitions/fund.json"
19   },
20   "hold": {
21     "$ref": "definitions/hold.json"
22   },
23   "invoice": {
24     "$ref": "definitions/invoice.json"
25   },
26   "checkouts": {
27     "$ref": "definitions/checkouts.json"
28   },
29   "checkout": {
30     "$ref": "definitions/checkout.json"
31   },
32   "holds": {
33     "$ref": "definitions/holds.json"
34   },
35   "ill_backends": {
36     "$ref": "definitions/ill_backends.json"
37   },
38   "ill_backend": {
39     "$ref": "definitions/ill_backend.json"
40   },
41   "library": {
42     "$ref": "definitions/library.json"
43   },
44   "item": {
45     "$ref": "definitions/item.json"
46   },
47   "order": {
48     "$ref": "definitions/order.json"
49   },
50   "advancededitormacro": {
51     "$ref": "definitions/advancededitormacro.json"
52   },
53   "patron": {
54     "$ref": "definitions/patron.json"
55   },
56   "patron_account_credit": {
57     "$ref": "definitions/patron_account_credit.json"
58   },
59   "patron_balance": {
60     "$ref": "definitions/patron_balance.json"
61   },
62   "allows_renewal": {
63     "$ref": "definitions/allows_renewal.json"
64   },
65   "vendor": {
66     "$ref": "definitions/vendor.json"
67   },
68   "return_claim": {
69     "$ref": "definitions/return_claim.json"
70   },
71   "smtp_server": {
72     "$ref": "definitions/smtp_server.json"
73   }
74 }