View | Details | Raw Unified | Return to bug 40176
Collapse All | Expand All

(-)a/api/v1/swagger/definitions/item.yaml (-1 / +13 lines)
Lines 12-17 properties: Link Here
12
      - string
12
      - string
13
      - "null"
13
      - "null"
14
    description: The item's barcode
14
    description: The item's barcode
15
    maxLength: 20
15
  acquisition_date:
16
  acquisition_date:
16
    type:
17
    type:
17
      - string
18
      - string
Lines 36-41 properties: Link Here
36
      - string
37
      - string
37
      - "null"
38
      - "null"
38
    description: Internal library id for the library the item belongs to
39
    description: Internal library id for the library the item belongs to
40
    maxLength: 10
39
  purchase_price:
41
  purchase_price:
40
    type:
42
    type:
41
      - number
43
      - number
Lines 103-113 properties: Link Here
103
      - string
105
      - string
104
      - "null"
106
      - "null"
105
    description: Call number for this item
107
    description: Call number for this item
108
    maxLength: 255
106
  coded_location_qualifier:
109
  coded_location_qualifier:
107
    type:
110
    type:
108
      - string
111
      - string
109
      - "null"
112
      - "null"
110
    description: Coded location qualifier
113
    description: Coded location qualifier
114
    maxLength: 10
111
  checkouts_count:
115
  checkouts_count:
112
    type:
116
    type:
113
      - integer
117
      - integer
Lines 148-153 properties: Link Here
148
      - string
152
      - string
149
      - "null"
153
      - "null"
150
    description: Library that is currently in possession item
154
    description: Library that is currently in possession item
155
    maxLength: 10
151
  timestamp:
156
  timestamp:
152
    type: string
157
    type: string
153
    format: date-time
158
    format: date-time
Lines 164-169 properties: Link Here
164
    description:
169
    description:
165
      Linked to the CART and PROC temporary locations feature, stores the
170
      Linked to the CART and PROC temporary locations feature, stores the
166
      permanent shelving location
171
      permanent shelving location
172
    maxLength: 80
167
  checked_out_date:
173
  checked_out_date:
168
    type:
174
    type:
169
      - string
175
      - string
Lines 177-192 properties: Link Here
177
      - string
183
      - string
178
      - "null"
184
      - "null"
179
    description: Classification source used on this item
185
    description: Classification source used on this item
186
    maxLength: 10
180
  call_number_sort:
187
  call_number_sort:
181
    type:
188
    type:
182
      - string
189
      - string
183
      - "null"
190
      - "null"
184
    description: "?"
191
    description: "?"
192
    maxLength: 255
185
  collection_code:
193
  collection_code:
186
    type:
194
    type:
187
      - string
195
      - string
188
      - "null"
196
      - "null"
189
    description: Authorized value for the collection code associated with this item
197
    description: Authorized value for the collection code associated with this item
198
    maxLength: 80
190
  materials_notes:
199
  materials_notes:
191
    type:
200
    type:
192
      - string
201
      - string
Lines 207-212 properties: Link Here
207
      - string
216
      - string
208
      - "null"
217
      - "null"
209
    description: Itemtype defining the type for this item
218
    description: Itemtype defining the type for this item
219
    maxLength: 10
210
  effective_item_type_id:
220
  effective_item_type_id:
211
    type:
221
    type:
212
      - string
222
      - string
Lines 227-242 properties: Link Here
227
      - string
237
      - string
228
      - "null"
238
      - "null"
229
    description: Copy number
239
    description: Copy number
240
    maxLength: 32
230
  inventory_number:
241
  inventory_number:
231
    type:
242
    type:
232
      - string
243
      - string
233
      - "null"
244
      - "null"
234
    description: Inventory number
245
    description: Inventory number
246
    maxLength: 80
235
  new_status:
247
  new_status:
236
    type:
248
    type:
237
      - string
249
      - string
238
      - "null"
250
      - "null"
239
    description: "'new' value, whatever free-text information."
251
    description: "'new' value, whatever free-text information."
252
    maxLength: 32
240
  exclude_from_local_holds_priority:
253
  exclude_from_local_holds_priority:
241
    type: boolean
254
    type: boolean
242
    description: Exclude this item from local holds priority.
255
    description: Exclude this item from local holds priority.
243
- 

Return to bug 40176