Skip to content

Commit 130f63b

Browse files
committed
renamed enums
1 parent 2bc5983 commit 130f63b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

liveness.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ components:
6767
additionalProperties: true
6868
description: "A free-form object containing person's extended attributes."
6969
type:
70-
$ref: "#/components/schemas/LivenessTypeEnum"
70+
$ref: "#/components/schemas/LivenessType"
7171

72-
LivenessTypeEnum:
72+
LivenessType:
7373
type: integer
7474
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)"
7575
default: 0

search.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ definitions:
6767
description: "Allows to filter the search results based on the Person's `name`."
6868
properties:
6969
op:
70-
$ref: '#/definitions/FilterOpEnum'
70+
$ref: '#/definitions/FilterOp'
7171
field:
7272
type: string
7373
description: "`name` of the Person."
@@ -77,7 +77,7 @@ definitions:
7777
items:
7878
type: string
7979

80-
FilterOpEnum:
80+
FilterOp:
8181
type: string
8282
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`,
8383
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

Comments
 (0)