Koha/api/v1/swagger/definitions/erm_license.yaml
Jonathan Druart ab5d7b5a63
Bug 32030: ERM - Licenses
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:44 -03:00

40 lines
742 B
YAML

---
type: object
properties:
license_id:
type: integer
description: internally assigned license identifier
readOnly: true
name:
description: name of the license
type: string
description:
description: description of the license
type:
- string
- "null"
type:
description: description of the license
type:
- string
- "null"
status:
description: status of the license
type: string
started_on:
type:
- string
- "null"
format: date
description: Start of the license
ended_on:
type:
- string
- "null"
format: date
description: End of the license
additionalProperties: false
required:
- license_id
- name
- status