Skip to content

Commit 2d9b07a

Browse files
Fixed extensibleProperties defect preventing validation
Signed-off-by: Steve Springett <[email protected]>
1 parent 691bc49 commit 2d9b07a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

schema/2.0/model/cyclonedx-common-2.0.schema.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,15 +445,13 @@
445445
"type": "string",
446446
"format": "uri"
447447
}
448-
},
449-
"additionalProperties": true
448+
}
450449
},
451450
"else": {
452451
"type": ["string", "number", "boolean", "null"]
453452
}
454453
}
455-
},
456-
"additionalProperties": false
454+
}
457455
},
458456
"baseObject": {
459457
"description": "Base object for all CycloneDX entities. Automatically includes support for extensible properties.",

0 commit comments

Comments
 (0)