Bug 22785: Allow option to choose which record match is applied during import
[koha.git] / api / v1 / swagger / definitions / import_record_match.yaml
1 ---
2 type: object
3 properties:
4   import_record_id:
5     type: integer
6     description: Internal import record identifier
7   candidate_match_id:
8     type: integer
9     description: Internal import record match candidate identifier
10   chosen:
11     type: boolean
12     description: Whether match has been chosen for overlay
13   score:
14     type: integer
15     description: Ranking value for this match calculated by the matching rules
16 additionalProperties: false