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

33 lines
639 B
YAML

---
type: object
properties:
license_id:
type: integer
description: internally assigned license identifier
readOnly: true
agreement_id:
description: foreign key to agreements
type: integer
status:
description: status of the license
type:
- string
- "null"
physical_location:
description: physical location of the license
type:
- string
- "null"
notes:
description: notes about the license
type:
- string
- "null"
uri:
description: URI of the license
type:
- string
- "null"
additionalProperties: false
required:
- license_id