Bug 32030: Add users to licenses - DB
[koha.git] / api / v1 / swagger / definitions / erm_agreement_user_role.yaml
1 ---
2 type: object
3 properties:
4   agreement_id:
5     type: integer
6     description: Internal agreement identifier
7   user_id:
8     type: integer
9     description: Internal patron identifier
10   role:
11     description: role of the user
12     type:
13       - string
14   patron:
15     type:
16       - object
17       - "null"
18 additionalProperties: false
19 required:
20   - user_id
21   - role