Bug 13895: Add API routes for checkouts retrieval and renewal
[koha.git] / api / v1 / swagger / definitions.json
1 {
2   "account_line": {
3     "$ref": "definitions/account_line.json"
4   },
5   "city": {
6     "$ref": "definitions/city.json"
7   },
8   "error": {
9     "$ref": "definitions/error.json"
10   },
11   "hold": {
12     "$ref": "definitions/hold.json"
13   },
14   "checkouts": {
15     "$ref": "definitions/checkouts.json"
16   },
17   "checkout": {
18     "$ref": "definitions/checkout.json"
19   },
20   "holds": {
21     "$ref": "definitions/holds.json"
22   },
23   "library": {
24     "$ref": "definitions/library.json"
25   },
26   "patron": {
27     "$ref": "definitions/patron.json"
28   },
29   "patron_account_credit": {
30     "$ref": "definitions/patron_account_credit.json"
31   },
32   "patron_balance": {
33     "$ref": "definitions/patron_balance.json"
34   },
35   "vendor": {
36     "$ref": "definitions/vendor.json"
37   },
38   "fund": {
39     "$ref": "definitions/fund.json"
40   }
41 }