Jonathan Druart
ff2bf0d5a3
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>
33 lines
639 B
YAML
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
|