You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: liveness.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ paths:
11
11
operationId: get_liveness_transaction_info
12
12
responses:
13
13
200:
14
+
description: Get liveness transaction info
14
15
content:
15
16
application/json:
16
17
schema:
@@ -38,8 +39,11 @@ components:
38
39
type: string
39
40
description: "Link to the session video, depends on the selected storage type. [Learn more](https://docs.regulaforensics.com/develop/face-sdk/web-service/administration/storage/)"
40
41
age:
41
-
type: integer
42
+
type: array
42
43
description: "Approximate age with an accuracy of +/-3 years."
44
+
items:
45
+
type: object
46
+
additionalProperties: true
43
47
portrait:
44
48
type: string
45
49
description: "Link to the portrait, depends on the selected storage type. [Learn more](https://docs.regulaforensics.com/develop/face-sdk/web-service/administration/storage/)"
0 commit comments