Skip to content

Commit 0c371da

Browse files
Merge pull request #121 from regulaforensics/feature/41700
41700 - update tenant, env descriptions
2 parents ca6ed63 + 8405426 commit 0c371da

6 files changed

Lines changed: 14 additions & 16 deletions

File tree

detect.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ components:
5353
$ref: "./common.yml#/components/schemas/ImageData"
5454
tenant:
5555
type: string
56-
description: "Customer name"
56+
description: "A label used to group transactions by customers, applications, or other criteria."
5757
env:
5858
type: string
59-
description: "Environment type"
59+
description: "A label used to differentiate transactions by development stages."
6060

6161
DetectResponse:
6262
allOf:
@@ -134,11 +134,9 @@ components:
134134
type: array
135135
description: "Attributes assessment details. Returns `DetectDetailsMeta` or `DetectAttributesDetails`."
136136
items:
137-
items:
138-
anyOf:
139-
- $ref: '#/components/schemas/DetectAttributesDetails'
140-
- $ref: '#/components/schemas/DetectDetailsMeta'
141-
137+
anyOf:
138+
- $ref: '#/components/schemas/DetectAttributesDetails'
139+
- $ref: '#/components/schemas/DetectDetailsMeta'
142140
elapsedTime:
143141
type: number
144142
description: "Server processing time for attribute detection, ms."

index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.3
22
info:
3-
version: 7.1.0
3+
version: 7.2.0
44
title: Regula Face SDK Web API
55
x-logo:
66
url: 'https://static-content.regulaforensics.com/Icons/Logos/Regula-logo.svg'

match.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ components:
6161
$ref: "./common.yml#/components/schemas/ProcessParam/properties/outputImageParams"
6262
tenant:
6363
type: string
64-
description: "Customer name"
64+
description: "A label used to group transactions by customers, applications, or other criteria."
6565
env:
6666
type: string
67-
description: "Environment type"
67+
description: "A label used to differentiate transactions by development stages."
6868

6969
MatchImageIndex:
7070
type: integer

match_and_search.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ components:
5151
format: uuid
5252
tenant:
5353
type: string
54-
description: "Customer name"
54+
description: "A label used to group transactions by customers, applications, or other criteria."
5555
env:
5656
type: string
57-
description: "Environment type"
57+
description: "A label used to differentiate transactions by development stages."
5858

5959
MatchAndSearchResponse:
6060
allOf:

persons.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ definitions:
234234
properties:
235235
tenant:
236236
type: string
237-
description: "Customer name"
237+
description: "A label used to group transactions by customers, applications, or other criteria."
238238
env:
239239
type: string
240-
description: "Environment type"
240+
description: "A label used to differentiate transactions by development stages."

search.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ definitions:
4747
properties:
4848
tenant:
4949
type: string
50-
description: "Customer name"
50+
description: "A label used to group transactions by customers, applications, or other criteria."
5151
env:
5252
type: string
53-
description: "Environment type"
53+
description: "A label used to differentiate transactions by development stages."
5454

5555
SearchParameters:
5656
type: object

0 commit comments

Comments
 (0)