Skip to content

Commit 60b5f05

Browse files
feat(CSAF2.1): #197 - test 6.1.9 - changed optionalProperties to properties in inputSchema
1 parent d9dda12 commit 60b5f05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

csaf_2_1/mandatoryTests/mandatoryTest_6_1_9.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ const inputSchema = /** @type {const} */ ({
1212
vulnerabilities: {
1313
elements: {
1414
additionalProperties: true,
15-
properties: {},
16-
optionalProperties: {
15+
properties: {
1716
metrics: {
1817
elements: {
1918
additionalProperties: true,
20-
optionalProperties: {
19+
properties: {
2120
content: {
2221
additionalProperties: true,
2322
optionalProperties: {

0 commit comments

Comments
 (0)