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>
30 lines
532 B
YAML
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
|