Martin Renvoize
840990c1a6
This allows for future removal of C4::Biblio::prepare_marc_host by splitting the logic for generating the host field and storing the link in the child record. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
25 lines
434 B
YAML
25 lines
434 B
YAML
---
|
|
type: object
|
|
properties:
|
|
item_id:
|
|
type:
|
|
- integer
|
|
- "null"
|
|
description: Internal item identifier
|
|
external_id:
|
|
type:
|
|
- string
|
|
- "null"
|
|
description: Item barcode
|
|
force_checkin:
|
|
type:
|
|
- boolean
|
|
- "null"
|
|
ignore_holds:
|
|
type:
|
|
- boolean
|
|
- "null"
|
|
marc_link:
|
|
type: boolean
|
|
description: Is there a MARC link for this item
|
|
additionalProperties: false
|