Jonathan Druart
34c9548d5d
At this point we renamed eHoldings to Titles and eHoldings-package to Resource. Packages, resources and titles are now under the eholdings namespace. 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>
14 lines
252 B
YAML
14 lines
252 B
YAML
---
|
|
type: object
|
|
properties:
|
|
package_id:
|
|
type: integer
|
|
description: foreign key to package
|
|
readOnly: true
|
|
agreement_id:
|
|
description: foreign key to agreement
|
|
type: integer
|
|
|
|
additionalProperties: false
|
|
required:
|
|
- agreement_id
|