Bug 30719: ILL Batch Statuses
[koha.git] / api / v1 / swagger / definitions / erm_user_role.yaml
1 ---
2 type: object
3 properties:
4   user_role_id:
5     type: integer
6     description: Internal user_role identifier
7   agreement_id:
8     type:
9       - integer
10       - "null"
11     description: Internal agreement identifier
12   license_id:
13     type:
14       - integer
15       - "null"
16     description: Internal license identifier
17   user_id:
18     type: integer
19     description: Internal patron identifier
20   role:
21     description: role of the user
22     type:
23       - string
24   patron:
25     type:
26       - object
27       - "null"
28 additionalProperties: false
29 required:
30   - user_id
31   - role