Skip to content

Commit

Permalink
update: make all properties required
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Sep 1, 2023
1 parent ec448b0 commit 9224c05
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion schema/system/consistency_checks.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@
"type": "string"
}
}
}
},
"required": [
"key",
"checkName",
"severity",
"message"
]
}
},
"required": [
Expand Down

0 comments on commit 9224c05

Please sign in to comment.