Koha/api/v1/swagger/definitions/erm_usage_title.yaml
Pedro Amorim 184602ce38
Bug 34587: Add proprietary_id and platform to erm_usage_titles
Signed-off-by: Jessica Zairo <jzairo@bywatersolutions.com>
Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-10-31 16:46:26 -03:00

90 lines
1.7 KiB
YAML

---
type: object
properties:
title_id:
type: integer
description: internally assigned title identifier
readOnly: true
title:
description: title of the title
type:
- string
- "null"
usage_data_provider_id:
description: usage_data_provider the title is harvested by
type: integer
title_doi:
description: doi number of the title
type:
- string
- "null"
proprietary_id:
description: proprietary_id of the title
type:
- string
- "null"
platform:
description: platform of the title
type:
- string
- "null"
print_issn:
description: print_issn number of the title
type:
- string
- "null"
online_issn:
description: online_issn number of the title
type:
- string
- "null"
title_uri:
description: title_uri number of the title
type:
- string
- "null"
provider_name:
description: provider_name of the title
type:
- string
- "null"
metric_type:
description: metric_type of the title data
type:
- string
- "null"
publisher:
description: publisher of the title data
type:
- string
- "null"
publisher_id:
description: publisher_id of the title data
type:
- string
- "null"
yop:
description: year of publication of the title
type:
- string
- "null"
isbn:
description: isbn of the title
type:
- string
- "null"
erm_usage_muses:
type: array
description: usage mus
items:
$ref: erm_usage_mus.yaml
erm_usage_yuses:
type: array
description: usage yus
items:
$ref: erm_usage_yus.yaml
additionalProperties: false
required:
- title
- usage_data_provider_id