Koha/api/v1/swagger/definitions/vendor_alias.yaml
Jonathan Druart 14e5e175fc
Bug 33103: Embed aliases in GET /vendors
Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-04-20 15:48:38 -03:00

15 lines
281 B
YAML

---
type: object
properties:
alias_id:
description: Internal ID for the extended attribute
type: integer
vendor_id:
description: ID of the vendor
type: integer
alias:
description: The alias
type: string
additionalProperties: false
required:
- alias