Bug 29620: Move the OpenAPI spec to YAML format
[koha.git] / api / v1 / swagger / definitions / club_hold.yaml
1 ---
2 type: object
3 properties:
4   club_hold_id:
5     type: integer
6     description: Internal club hold identifier
7   club_id:
8     type: integer
9     description: Internal club identifier
10   biblio_id:
11     type: integer
12     description: Internal biblio identifier
13   item_id:
14     type:
15       - string
16       - "null"
17     description: Internal item identifier
18   date_created:
19     type: string
20     format: date-time
21     description: Date and time the hold was created
22 additionalProperties: false