Skip to content

Commit

Permalink
Merge branch '15040-release-6-1' of https://github.com/regulaforensic…
Browse files Browse the repository at this point in the history
…s/FaceSDK-web-openapi into 15040-release-6-1

* '15040-release-6-1' of https://github.com/regulaforensics/FaceSDK-web-openapi:
  Add liveness type response
  • Loading branch information
irynaharoshka committed May 11, 2024
2 parents 6aedd61 + 6363a18 commit 4fbadf7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions liveness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,15 @@ components:
type: object
additionalProperties: true
description: "A free-form object containing person's extended attributes."
type:
$ref: "#/components/schemas/LivenessTypeEnum"

LivenessTypeEnum:
type: integer
default: 0
enum:
- 0
- 1
x-enum-varnames:
- PASSIVE
- ACTIVE

0 comments on commit 4fbadf7

Please sign in to comment.