We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ed6ef commit 5200b40Copy full SHA for 5200b40
1 file changed
detect.yml
@@ -134,11 +134,9 @@ components:
134
type: array
135
description: "Attributes assessment details. Returns `DetectDetailsMeta` or `DetectAttributesDetails`."
136
items:
137
- items:
138
- anyOf:
139
- - $ref: '#/components/schemas/DetectAttributesDetails'
140
- - $ref: '#/components/schemas/DetectDetailsMeta'
141
-
+ anyOf:
+ - $ref: '#/components/schemas/DetectAttributesDetails'
+ - $ref: '#/components/schemas/DetectDetailsMeta'
142
elapsedTime:
143
type: number
144
description: "Server processing time for attribute detection, ms."
0 commit comments