Koha/api/v1/swagger/definitions/renewal.yaml
Martin Renvoize 557dfa9eae
Bug 30275: (follow-up) Rebase fixes
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-07-05 09:46:12 -03:00

36 lines
893 B
YAML

---
type: object
properties:
renewal_id:
type: integer
description: internally assigned renewal identifier
checkout_id:
type: integer
description: internally assigned checkout identifier
interface:
type:
- string
- "null"
description: "Interface from which the renewal took place (values can be: api, cron, commandline, intranet, opac and sip)"
renewer_id:
type:
- integer
- "null"
description: internally assigned for the user that processed the renewal
renewal_date:
type: string
format: date-time
description: Date the renewal took place
seen:
type:
- boolean
description: Seen/Unseen renewal
timestamp:
type: string
description: Last update time
renewer:
type:
- object
- "null"
description: The object representing the renewal issuer
additionalProperties: false