Bug 34587: Abstract reports backend to allow new data types
[koha.git] / api / v1 / swagger / definitions / erm_custom_report.yaml
1 type: object
2 properties:
3   title_id:
4     type: integer
5     description: internally assigned title identifier
6     readOnly: true
7   title:
8     description: title of the title
9     type: 
10     - string
11     - "null"
12   usage_data_provider_id:
13     description: usage_data_provider the title is harvested by
14     type: integer
15   title_doi:
16     description: doi number of the title
17     type: 
18     - string
19     - "null"
20   print_issn:
21     description: print_issn number of the title
22     type: 
23     - string
24     - "null"
25   online_issn:
26     description: online_issn number of the title
27     type: 
28     - string
29     - "null"
30   title_uri:
31     description: title_uri number of the title
32     type: 
33     - string
34     - "null"
35   provider_name:
36     description: provider_name of the title
37     type: 
38     - string
39     - "null"
40   metric_type:
41     description: metric_type of the title data
42     type: 
43     - string
44     - "null"
45   publisher:
46     description: publisher of the title data
47     type:
48     - string
49     - "null"
50   publisher_id:
51     description: publisher_id of the title data
52     type:
53     - string
54     - "null"
55   erm_usage_muses:
56     type: array
57     description: usage mus
58     items:
59       $ref: erm_usage_mus.yaml
60   erm_usage_yuses:
61     type: array
62     description: usage yus
63     items:
64       $ref: erm_usage_yus.yaml