Skip to content

Commit

Permalink
Redefine failureType to be more useful
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Mar 11, 2024
1 parent 741e7f4 commit ebe0a04
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"description": "Source of the error. If the failure happened during enrichment, it'll be the enriched field - for example `user_ipaddress`, `unstruct` or `contexts`"
},
"failureType": {
"type": "string"
"type": "string",
"description": "Classification of the failure. For example, validation error."
},
"errors": {
"type": "array",
Expand Down

0 comments on commit ebe0a04

Please sign in to comment.