Bug 17314: OpenAPI spec
[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   "cashup": {
9     "$ref": "definitions/cashup.json"
10   },
11   "circ-rule-kind": {
12     "$ref": "definitions/circ-rule-kind.json"
13   },
14   "city": {
15     "$ref": "definitions/city.yaml"
16   },
17   "error": {
18     "$ref": "definitions/error.json"
19   },
20   "fund": {
21     "$ref": "definitions/fund.json"
22   },
23   "hold": {
24     "$ref": "definitions/hold.json"
25   },
26   "invoice": {
27     "$ref": "definitions/invoice.json"
28   },
29   "checkouts": {
30     "$ref": "definitions/checkouts.json"
31   },
32   "checkout": {
33     "$ref": "definitions/checkout.json"
34   },
35   "holds": {
36     "$ref": "definitions/holds.json"
37   },
38   "ill_backends": {
39     "$ref": "definitions/ill_backends.json"
40   },
41   "ill_backend": {
42     "$ref": "definitions/ill_backend.json"
43   },
44   "import_batch_profile": {
45     "$ref": "definitions/import_batch_profile.json"
46   },
47   "import_batch_profiles": {
48     "$ref": "definitions/import_batch_profiles.json"
49   },
50   "library": {
51     "$ref": "definitions/library.json"
52   },
53   "transfer_limit": {
54     "$ref": "definitions/transfer_limit.json"
55   },
56   "item": {
57     "$ref": "definitions/item.json"
58   },
59   "order": {
60     "$ref": "definitions/order.json"
61   },
62   "advancededitormacro": {
63     "$ref": "definitions/advancededitormacro.json"
64   },
65   "patron": {
66     "$ref": "definitions/patron.json"
67   },
68   "patron_account_credit": {
69     "$ref": "definitions/patron_account_credit.json"
70   },
71   "patron_balance": {
72     "$ref": "definitions/patron_balance.json"
73   },
74   "patron_extended_attribute": {
75     "$ref": "definitions/patron_extended_attribute.json"
76   },
77   "quote": {
78     "$ref": "definitions/quote.json"
79   },
80   "allows_renewal": {
81     "$ref": "definitions/allows_renewal.json"
82   },
83   "vendor": {
84     "$ref": "definitions/vendor.json"
85   },
86   "return_claim": {
87     "$ref": "definitions/return_claim.json"
88   },
89   "smtp_server": {
90     "$ref": "definitions/smtp_server.json"
91   },
92   "suggestion": {
93     "$ref": "definitions/suggestion.yaml"
94   }
95 }