Skip to content

Commit a6bde41

Browse files
Merge branch 'master' into SP-13474/Refactor_data_types
2 parents e836b43 + fee5e4b commit a6bde41

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

common.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ components:
6363
type: object
6464
properties:
6565
config:
66-
$ref: "./common.yml#/components/schemas/QualityConfigList"
66+
$ref: "./common.yml#/components/schemas/AttributeConfigList"
6767

6868
OutputImageParams:
6969
type: object
@@ -134,6 +134,21 @@ components:
134134
If the returned in the Response value fits this range,
135135
the value is identified as compliant with the requirements."
136136
example: [x, y]
137+
138+
AttributeConfigList:
139+
type: array
140+
items:
141+
$ref: "#/components/schemas/AttributeConfig"
142+
143+
AttributeConfig:
144+
type: object
145+
description: "The configuration that defines the list of returned attribute check characteristics."
146+
properties:
147+
name:
148+
description: "The name of the characteristic."
149+
$ref: "#/components/schemas/FaceAttribute"
150+
example: "Emotion"
151+
137152
QualityDetailsGroups:
138153
type: object
139154
properties:

0 commit comments

Comments
 (0)