Koha/api/v1/swagger/definitions/preservation_processing_attribute.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

22 lines
386 B
YAML

---
type: object
properties:
processing_attribute_id:
type: integer
description: Internal processing attribute identifier
processing_id:
type: integer
description: Internal processing identifier
name:
type: string
type:
type:
- string
option_source:
type:
- string
- "null"
additionalProperties: false
required:
- name
- type