]> git.koha-community.org Git - koha.git/blob - api/v1/swagger/definitions/holds.json
Bug 17927: (QA followup) Fix boolean types
[koha.git] / api / v1 / swagger / definitions / holds.json
1 {
2   "type": "array",
3   "items": {
4     "$ref": "hold.json"
5   }
6 }