Bug 29620: Move the OpenAPI spec to YAML format
[koha.git] / api / v1 / swagger / definitions / club_hold_patron_hold.yaml
1 ---
2 type: object
3 properties:
4   club_hold_patron_hold_id:
5     type: integer
6     description: Internal club hold to patron hold identifier
7   club_hold_id:
8     type: integer
9     description: Internal club hold identifier
10   hold_id:
11     type:
12       - integer
13       - "null"
14     description: Internal hold identifier
15   patron_id:
16     type: integer
17     description: Internal patron identifier
18   error_code:
19     type:
20       - string
21       - "null"
22     format: date
23     description: Code returned by CanItemBeReserved
24   error_message:
25     type:
26       - string
27       - "null"
28     description: Generic error message
29 additionalProperties: false