Skip to content

Commit

Permalink
SP-13671: Make Age from integer to list
Browse files Browse the repository at this point in the history
  • Loading branch information
GubinAlexander committed Feb 18, 2024
1 parent fe9cd04 commit dfa5afe
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 dfa5afe

Please sign in to comment.