You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: liveness.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,9 +67,9 @@ components:
67
67
additionalProperties: true
68
68
description: "A free-form object containing person's extended attributes."
69
69
type:
70
-
$ref: "#/components/schemas/LivenessTypeEnum"
70
+
$ref: "#/components/schemas/LivenessType"
71
71
72
-
LivenessTypeEnum:
72
+
LivenessType:
73
73
type: integer
74
74
description: "Liveness detection can be performed in two modes: active `0` and passive `1`. [Learn more](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/liveness/#active-and-passive-modes)"
Copy file name to clipboardExpand all lines: search.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ definitions:
67
67
description: "Allows to filter the search results based on the Person's `name`."
68
68
properties:
69
69
op:
70
-
$ref: '#/definitions/FilterOpEnum'
70
+
$ref: '#/definitions/FilterOp'
71
71
field:
72
72
type: string
73
73
description: "`name` of the Person."
@@ -77,7 +77,7 @@ definitions:
77
77
items:
78
78
type: string
79
79
80
-
FilterOpEnum:
80
+
FilterOp:
81
81
type: string
82
82
description: "The filter condition, determines the type of comparison to be performed on the `name` values of the Person entity. <br><br>When set to `in`,
83
83
the `name` values of the Person should match any of the values specified in the `value` list. <br><br>When set to `nin`,
0 commit comments