Skip to content

Commit

Permalink
Make metadata required in a check
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkopliku committed Jan 18, 2024
1 parent 344eedd commit 5bd9b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions guides/check_definition.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"group",
"description",
"remediation",
"metadata",
"facts",
"expectations"
],
Expand Down
2 changes: 1 addition & 1 deletion guides/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Following are listed the top level properties of a Check definition yaml.
| `description` | required | [see more](#description) |
| `remediation` | required | [see more](#remediation) |
| `severity` | not required | [see more](#severity) |
| `metadata` | not required | [see more](#metadata) |
| `metadata` | required | [see more](#metadata) |
| `facts` | required | [see more](#facts) |
| `values` | not required | [see more](#values) |
| `expectations` | required | [see more](#expectations) |
Expand Down

0 comments on commit 5bd9b6b

Please sign in to comment.