Skip to content

Commit

Permalink
Merge pull request camaraproject#148 from fernandopradocabrillo/fix/w…
Browse files Browse the repository at this point in the history
…rong-score-type

fix type and change version
  • Loading branch information
fernandopradocabrillo authored Sep 11, 2024
2 parents 9374e62 + 3e3756b commit bfb3276
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/API_definitions/kyc-match.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.2.0
version: wip

x-camara-commonalities: 0.4.0

Expand Down Expand Up @@ -303,8 +303,7 @@ components:
- 'not_available'

MatchScoreResult:
type: number
format: integer
type: integer
description: Indicates the similarity score assigned to the input value when it does not exactly match the value stored in the operator's system. This property shall only be returned when the value of the corresponding match field is `false`.
minimum: 0
maximum: 100
Expand Down

0 comments on commit bfb3276

Please sign in to comment.