Skip to content

Commit

Permalink
Make failureType required
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Mar 11, 2024
1 parent 85c4dbd commit 21f8a7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"description": "Version of the component which produced the failure"
}
},
"required": ["errors", "timestamp", "componentName", "componentVersion"]
"required": ["failureType", "errors", "timestamp", "componentName", "componentVersion"]
}

0 comments on commit 21f8a7f

Please # to comment.