Skip to content

Commit

Permalink
fix type and change version
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandopradocabrillo committed Sep 10, 2024
1 parent 9374e62 commit 3e3756b
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 3e3756b

Please sign in to comment.