Koha/api/v1/swagger/definitions/erm_eholdings_resource.yaml
Jonathan Druart 769a1b3477
Bug 32030: Proxy with HoldingsIQ
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:44:07 -03:00

60 lines
1 KiB
YAML

---
type: object
properties:
resource_id:
type: string
description: internally assigned identifier
readOnly: true
title_id:
description: foreign key to the title
type:
- integer
- "null"
package_id:
description: foreign key to the package
type:
- string
- "null"
vendor_id:
description: foreign key to aqbooksellers
type:
- integer
- "null"
started_on:
description: Start date
type:
- string
- "null"
ended_on:
description: End date
type:
- string
- "null"
proxy:
description: Proxy to access this resource
type:
- string
- "null"
is_selected:
type:
- boolean
- "null"
title:
description: Information about the title
type:
- object
- "null"
package:
description: Information about the package
type:
- object
- "null"
vendor:
description: Information about the vendor
type:
- object
- "null"
additionalProperties: false
required:
- package_id