Skip to content

Commit 5200b40

Browse files
41700 - fix Detection schema
1 parent b4ed6ef commit 5200b40

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

detect.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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."

0 commit comments

Comments
 (0)