Skip to content

Commit a875a82

Browse files
SP-21283: Added new face api params (#234)
* Added new face api params * Update verify action * Update verify-clients.yml * Update common.yml --------- Co-authored-by: Artem Tsybulko <tsybulko.artem@gmail.com>
1 parent 08b4723 commit a875a82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

common.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,3 +279,11 @@ components:
279279
type: integer
280280
example: 0
281281
description: "Proxy protocol type, should be set according to the <a href=\"https://curl.se/libcurl/c/CURLOPT_PROXYTYPE.html\" target=\"_blank\">cURL standard</a>."
282+
childAgeThreshold:
283+
type: integer
284+
example: 13
285+
description: "Minimum age of a child, at which portrait comparison result will be effective. Default: 13."
286+
childDocValidityYears:
287+
type: integer
288+
example: 5
289+
description: "Estimated duration of validity for a child's passport, years. Default: 5."

0 commit comments

Comments
 (0)