Koha/api/v1/swagger/definitions/preservation_processing.yaml
Jonathan Druart 10649d4921
Bug 33547: Add print slip
Sponsored-by: BULAC - http://www.bulac.fr/

Signed-off-by: BULAC - http://www.bulac.fr/
Signed-off-by: Heather Hernandez <heather_hernandez@nps.gov>
Signed-off-by: Laurence Rault <laurence.rault@biblibre.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-10-23 11:33:51 -03:00

24 lines
518 B
YAML

---
type: object
properties:
processing_id:
type: integer
description: internally assigned agreement identifier
readOnly: true
name:
description: name of the processing
type: string
letter_code:
description: Letter code of the letter to use for printing slips
type:
- string
- "null"
attributes:
description: attributes of the processing
items:
$ref: preservation_processing_attribute.yaml
additionalProperties: false
required:
- processing_id
- name