Bug 32030: Link eHolding with packages
[koha.git] / api / v1 / swagger / definitions / erm_eholding_package.yaml
1 ---
2 type: object
3 properties:
4   eholding_id:
5     type: integer
6     description: Internal related eHolding identifier
7   package_id:
8     type: integer
9     description: Internal package identifier
10   started_on:
11     description: Start date
12     type:
13       - string
14       - "null"
15   ended_on:
16     description: End date
17     type:
18       - string
19       - "null"
20   proxy:
21     description: Proxy
22     type:
23       - string
24       - "null"
25 additionalProperties: false
26 required:
27   - package_id