Bug 34587: Remove counter files from API embedding to improve performance
[koha.git] / api / v1 / swagger / definitions / erm_counter_log.yaml
1 ---
2 type: object
3 properties:
4   erm_counter_log_id:
5     type: integer
6     description: internally assigned counter_log identifier
7     readOnly: true
8   counter_files_id:
9     description: counter_files_id of the counter_log
10     type:
11     - integer
12     - "null"
13   borrowernumber:
14     description: borrowernumber of the counter_log
15     type:
16     - integer
17     - "null"
18   importdate:
19     type: string
20     format: date-time
21     description: Timestamp for the date of upload
22   filename:
23     description: filename of the counter_file
24     type: 
25     - string
26     - "null"
27   logdetails:
28     description: logdetails of the counter_log
29     type: 
30     - string
31     - "null"
32   usage_data_provider_id:
33     description: logdetails of the counter_log
34     type: 
35     - integer
36     - "null"
37
38 additionalProperties: false
39 required:
40   - filename
41   - borrowernumber
42   - counter_files_id