Koha/api/v1/swagger/definitions/preservation_train_item.yaml
2023-11-03 12:04:47 -03:00

36 lines
752 B
YAML

---
type: object
properties:
train_item_id:
type: integer
description: internally assigned train item identifier
readOnly: true
train_id:
type: integer
description: internally train identifier
item_id:
type: integer
description: internally item identifier
user_train_item_id:
type: integer
description: internally user train item identifier
processing_id:
description: internally processing identifier
type: integer
added_on:
description: add date
type:
- string
- "null"
attributes:
description: attribute list
type:
- array
- "null"
catalogue_item:
description: catalogue item
type:
- object
- "null"
additionalProperties: false