Skip to content

Commit d39ec8d

Browse files
Fix, move 'recommendation' from CERT-C++ to CERT-C in schema
1 parent 8843822 commit d39ec8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schemas/rule-package.schema.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@
9494
"obligation": {
9595
"type": "string",
9696
"enum": [
97-
"rule",
98-
"recommendation"
97+
"rule"
9998
]
10099
}
101100
},
@@ -142,7 +141,8 @@
142141
"obligation": {
143142
"type": "string",
144143
"enum": [
145-
"rule"
144+
"rule",
145+
"recommendation"
146146
]
147147
}
148148
},

0 commit comments

Comments
 (0)