Skip to content

Commit

Permalink
Fixed findings should be an array (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella authored May 10, 2024
1 parent c1233b3 commit 6657b2b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions codetf.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,10 @@
"description": "The package actions that were needed to support changes to the file",
"items": { "$ref": "#/definitions/packageAction" }
},
"finding": {
"$ref": "#/definitions/detector/fixedFinding",
"description": "The finding that was fixed at this location"
"findings": {
"type": "array",
"description": "List of findings that were fixed at this location",
"items": { "$ref": "#/definitions/detector/fixedFinding" }
}
},
"required": ["lineNumber", "diffSide"]
Expand Down

0 comments on commit 6657b2b

Please sign in to comment.