Bug 16699: Fix mixed-up indentation from 2-4 spaces to 2 spaces
[koha.git] / api / v1 / definitions / holds.json
1 {
2   "type": "array",
3   "items": {
4     "$ref": "hold.json"
5   }
6 }