Bug 17428: [REST] Cities swagger specification
[koha.git] / api / v1 / swagger / definitions.json
1 {
2   "city": {
3     "$ref": "definitions/city.json"
4   },
5   "patron": {
6     "$ref": "definitions/patron.json"
7   },
8   "holds": {
9     "$ref": "definitions/holds.json"
10   },
11   "hold": {
12     "$ref": "definitions/hold.json"
13   },
14   "error": {
15     "$ref": "definitions/error.json"
16   }
17 }