Skip to content

Commit 8843822

Browse files
Add 'recommendation' to CERT schema
1 parent ad55446 commit 8843822

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schemas/rule-package.schema.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
"obligation": {
9595
"type": "string",
9696
"enum": [
97-
"rule"
97+
"rule",
98+
"recommendation"
9899
]
99100
}
100101
},

0 commit comments

Comments
 (0)