From dfa5afeeac2e4910df33663da46f9af4654b4520 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 19 Feb 2024 01:22:46 +0300 Subject: [PATCH] SP-13671: Make Age from integer to list --- liveness.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/liveness.yml b/liveness.yml index d469d0c..4443415 100644 --- a/liveness.yml +++ b/liveness.yml @@ -11,6 +11,7 @@ paths: operationId: get_liveness_transaction_info responses: 200: + description: Get liveness transaction info content: application/json: schema: @@ -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/)"