Skip to content

Commit

Permalink
Merge pull request #90 from regulaforensics/SP-13671/Make_age_from_in…
Browse files Browse the repository at this point in the history
…teger_to_list

SP-13671: Make Age from integer to list
  • Loading branch information
KirylKovaliov authored Feb 19, 2024
2 parents fe9cd04 + dfa5afe commit 1d90cc9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion liveness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ paths:
operationId: get_liveness_transaction_info
responses:
200:
description: Get liveness transaction info
content:
application/json:
schema:
Expand Down Expand Up @@ -38,8 +39,11 @@ components:
type: string
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/)"
age:
type: integer
type: array
description: "Approximate age with an accuracy of +/-3 years."
items:
type: object
additionalProperties: true
portrait:
type: string
description: "Link to the portrait, depends on the selected storage type. [Learn more](https://docs.regulaforensics.com/develop/face-sdk/web-service/administration/storage/)"
Expand Down

0 comments on commit 1d90cc9

Please sign in to comment.