Jonathan Druart
10649d4921
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>
24 lines
518 B
YAML
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
|