File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments