Bug 34789: Database and API update
[koha.git] / api / v1 / swagger / definitions / erm_eholdings_title.yaml
1 ---
2 type: object
3 properties:
4   title_id:
5     type: integer
6     description: internally assigned identifier
7     readOnly: true
8   biblio_id:
9     type:
10       - integer
11       - "null"
12     description: internally assigned identifier for the linked biblio
13     readOnly: true
14   publication_title:
15     description: publication_title of the title
16     type: string
17   external_id:
18     description: External id of the title
19     type:
20       - string
21       - "null"
22   print_identifier:
23     description: print_identifier of the title
24     type:
25       - string
26       - "null"
27   online_identifier:
28     description: online_identifier of the title
29     type:
30       - string
31       - "null"
32   date_first_issue_online:
33     description: date_first_issue_online of the title
34     type:
35       - string
36       - "null"
37   num_first_vol_online:
38     description: num_first_vol_online of the title
39     type:
40       - string
41       - "null"
42   num_first_issue_online:
43     description: num_first_issue_online of the title
44     type:
45       - string
46       - "null"
47   date_last_issue_online:
48     description: date_last_issue_online of the title
49     type:
50       - string
51       - "null"
52   num_last_vol_online:
53     description: num_last_vol_online of the title
54     type:
55       - string
56       - "null"
57   num_last_issue_online:
58     description: num_last_issue_online of the title
59     type:
60       - string
61       - "null"
62   title_url:
63     description: title_url of the title
64     type:
65       - string
66       - "null"
67   first_author:
68     description: first_author of the title
69     type:
70       - string
71       - "null"
72   embargo_info:
73     description: embargo_info of the title
74     type:
75       - string
76       - "null"
77   coverage_depth:
78     description: coverage_depth of the title
79     type:
80       - string
81       - "null"
82   notes:
83     description: notes of the title
84     type:
85       - string
86       - "null"
87   publisher_name:
88     description: publisher_name of the title
89     type:
90       - string
91       - "null"
92   publication_type:
93     description: publication_type of the title
94     type:
95       - string
96       - "null"
97   date_monograph_published_print:
98     description: date_monograph_published_print of the title
99     type:
100       - string
101       - "null"
102   date_monograph_published_online:
103     description: date_monograph_published_online of the title
104     type:
105       - string
106       - "null"
107   monograph_volume:
108     description: monograph_volume of the title
109     type:
110       - string
111       - "null"
112   monograph_edition:
113     description: monograph_edition of the title
114     type:
115       - string
116       - "null"
117   first_editor:
118     description: first_editor of the title
119     type:
120       - string
121       - "null"
122   parent_publication_title_id:
123     description: parent_publication_title_id of the title
124     type:
125       - string
126       - "null"
127   preceding_publication_title_id:
128     description: preceding_publication_title_id of the title
129     type:
130       - string
131       - "null"
132   access_type:
133     description: access_type of the title
134     type:
135       - string
136       - "null"
137   is_selected:
138     description: if the title is selected in the KB
139     type:
140       - boolean
141       - "null"
142   resources:
143     type: array
144     description: Resource containing this title
145     items:
146       $ref: erm_eholdings_resource.yaml
147
148 additionalProperties: false
149 required:
150   - publication_title