Koha/api/v1/swagger/definitions/preservation_processing.yaml
Jonathan Druart 8972181484
Bug 30708: REST API specs
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: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-10-18 15:41:40 -03:00

19 lines
394 B
YAML

---
type: object
properties:
processing_id:
type: integer
description: internally assigned agreement identifier
readOnly: true
name:
description: name of the processing
type: string
attributes:
description: attributes of the processing
items:
$ref: preservation_processing_attribute.yaml
additionalProperties: false
required:
- processing_id
- name