Bug 16497: Add /api/v1/libraries
[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   "holds": {
15     "$ref": "definitions/holds.json"
16   },
17   "library": {
18     "$ref": "definitions/library.json"
19   },
20   "patron": {
21     "$ref": "definitions/patron.json"
22   },
23   "patron_account_credit": {
24     "$ref": "definitions/patron_account_credit.json"
25   },
26   "patron_balance": {
27     "$ref": "definitions/patron_balance.json"
28   },
29   "vendor": {
30     "$ref": "definitions/vendor.json"
31   }
32 }