Bug 19618: Add api endpoint for club holds
[koha.git] / api / v1 / swagger / definitions / club_hold.json
1 {
2     "type": "object",
3     "properties": {
4       "club_hold_id": {
5         "type": "integer",
6         "description": "Internal club hold identifier"
7       },
8       "club_id": {
9         "type": "integer",
10         "description": "Internal club identifier"
11       },
12       "biblio_id": {
13         "type": "integer",
14         "description": "Internal biblio identifier"
15       },
16       "item_id": {
17         "type": ["string", "null"],
18         "description": "Internal item identifier"
19       }
20     }
21   }