Bug 18137: (follow-up) Sort definitions.json
[koha.git] / api / v1 / swagger / definitions.json
1 {
2   "city": {
3     "$ref": "definitions/city.json"
4   },
5   "error": {
6     "$ref": "definitions/error.json"
7   },
8   "hold": {
9     "$ref": "definitions/hold.json"
10   },
11   "holds": {
12     "$ref": "definitions/holds.json"
13   },
14   "patron": {
15     "$ref": "definitions/patron.json"
16   }
17 }