Skip to content

Commit 5046f2f

Browse files
Merge pull request #74 from regulaforensics/fix/sp-12266
Fix detect.yml
2 parents ab6a730 + 363f359 commit 5046f2f

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

detect.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,7 @@ components:
9696
type: array
9797
items:
9898
type: object
99-
properties:
100-
name:
101-
type: string
102-
description: "The name of the attribute."
103-
confidence:
104-
type: number
105-
description: "The confidence score for the attribute."
106-
value:
107-
type: any
108-
description: "Value."
99+
additionalProperties: true
109100
elapsedTime:
110101
type: number
111102
description: "The elapsed time for attribute detection."

0 commit comments

Comments
 (0)