Skip to content

Commit b4ed6ef

Browse files
41700 - update tenant, env descriptions
1 parent ca6ed63 commit b4ed6ef

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

detect.yml

Lines changed: 2 additions & 2 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:

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)