Skip to content

Commit 4fbadf7

Browse files
committed
Merge branch '15040-release-6-1' of https://github.com/regulaforensics/FaceSDK-web-openapi into 15040-release-6-1
* '15040-release-6-1' of https://github.com/regulaforensics/FaceSDK-web-openapi: Add liveness type response
2 parents 6aedd61 + 6363a18 commit 4fbadf7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

liveness.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,15 @@ components:
6666
type: object
6767
additionalProperties: true
6868
description: "A free-form object containing person's extended attributes."
69+
type:
70+
$ref: "#/components/schemas/LivenessTypeEnum"
71+
72+
LivenessTypeEnum:
73+
type: integer
74+
default: 0
75+
enum:
76+
- 0
77+
- 1
78+
x-enum-varnames:
79+
- PASSIVE
80+
- ACTIVE

0 commit comments

Comments
 (0)