Bug 28272: Prevent api spec to accept extra parameters
[koha.git] / api / v1 / swagger / definitions / club_holds.json
1 {
2     "type": "array",
3     "items": {
4       "$ref": "club_hold.json"
5     },
6     "additionalProperties": false
7 }