File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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."
Original file line number Diff line number Diff line change 11openapi : 3.0.3
22info :
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'
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ components:
5959 type : integer
6060 tenant :
6161 type : string
62- description : " Customer name "
62+ description : " A label used to group transactions by customers, applications, or other criteria. "
6363 env :
6464 type : string
65- description : " Environment type "
65+ description : " A label used to differentiate transactions by development stages. "
6666
6767 MatchAndSearchResponse :
6868 allOf :
Original file line number Diff line number Diff 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. "
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments