Skip to content

Commit dfa5afe

Browse files
SP-13671: Make Age from integer to list
1 parent fe9cd04 commit dfa5afe

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

liveness.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ paths:
1111
operationId: get_liveness_transaction_info
1212
responses:
1313
200:
14+
description: Get liveness transaction info
1415
content:
1516
application/json:
1617
schema:
@@ -38,8 +39,11 @@ components:
3839
type: string
3940
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/)"
4041
age:
41-
type: integer
42+
type: array
4243
description: "Approximate age with an accuracy of +/-3 years."
44+
items:
45+
type: object
46+
additionalProperties: true
4347
portrait:
4448
type: string
4549
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

Comments
 (0)