Bug 22440: ILL API changes
[koha.git] / api / v1 / swagger / definitions / ill_status.yaml
1 ---
2 type: object
3 properties:
4   str:
5     type: string
6     description: Internal ILL status display string
7   code:
8     type: string
9     description: Internal ILL status code or av code
10   type:
11     type: string
12     description: This is 'ill_status' or 'av' depending on if coming from backend or authorised values i.e. alias
13   backend:
14     type: string
15     description: The backend in which this status is used
16   category:
17     type: string
18     description: The AV category in which the status aliases exists in
19 additionalProperties: false