Koha/api/v1/swagger/definitions/erm_agreement_license.yaml
Jonathan Druart ff2bf0d5a3
Bug 32030: ERM - link licenses to an agreement
Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-11-08 09:43:45 -03:00

30 lines
532 B
YAML

---
type: object
properties:
agreement_license_id:
type: integer
description: Internal agreement license identifier
agreement_id:
type: integer
description: Internal agreement identifier
license_id:
type: integer
description: Internal license identifier
status:
type: string
physical_location:
type:
- string
- "null"
notes:
type:
- string
- "null"
uri:
type:
- string
- "null"
additionalProperties: false
required:
- license_id
- status