Skip to content

Commit 14750d6

Browse files
committed
type:object
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 2ff1e6c commit 14750d6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

schema/bom-1.5.schema.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,7 @@
738738
"licensor": {
739739
"title": "Licensor",
740740
"description": "The individual or organization that grants a license to another individual or organization",
741+
"type": "object",
741742
"additionalProperties": false,
742743
"properties": {
743744
"organization": {
@@ -763,6 +764,7 @@
763764
"licensee": {
764765
"title": "Licensee",
765766
"description": "The individual or organization for which a license was granted to",
767+
"type": "object",
766768
"additionalProperties": false,
767769
"properties": {
768770
"organization": {
@@ -788,6 +790,7 @@
788790
"purchaser": {
789791
"title": "Purchaser",
790792
"description": "The individual or organization that purchased the license",
793+
"type": "object",
791794
"additionalProperties": false,
792795
"properties": {
793796
"organization": {
@@ -1434,6 +1437,7 @@
14341437
"title": "Occurrences",
14351438
"description": "Evidence of individual instances of a component spread across multiple locations.",
14361439
"items": {
1440+
"type": "object",
14371441
"required": [ "location" ],
14381442
"additionalProperties": false,
14391443
"properties": {
@@ -1893,6 +1897,7 @@
18931897
"title": "References",
18941898
"description": "Zero or more pointers to vulnerabilities that are the equivalent of the vulnerability specified. Often times, the same vulnerability may exist in multiple sources of vulnerability intelligence, but have different identifiers. References provide a way to correlate vulnerabilities across multiple sources of vulnerability intelligence.",
18951899
"items": {
1900+
"type": "object",
18961901
"required": [
18971902
"id",
18981903
"source"
@@ -2114,6 +2119,7 @@
21142119
"type": "array",
21152120
"uniqueItems": true,
21162121
"items": {
2122+
"type": "object",
21172123
"required": [
21182124
"ref"
21192125
],
@@ -2129,6 +2135,7 @@
21292135
"title": "Versions",
21302136
"description": "Zero or more individual versions or range of versions.",
21312137
"items": {
2138+
"type": "object",
21322139
"oneOf": [
21332140
{
21342141
"required": ["version"]
@@ -2345,6 +2352,7 @@
23452352
"$ref": "#/definitions/componentData"
23462353
},
23472354
{
2355+
"type": "object",
23482356
"title": "Data Component Reference",
23492357
"additionalProperties": false,
23502358
"properties": {
@@ -2558,6 +2566,7 @@
25582566
}
25592567
},
25602568
"dataGovernanceResponsibleParty": {
2569+
"type": "object",
25612570
"additionalProperties": false,
25622571
"properties": {
25632572
"organization": {

0 commit comments

Comments
 (0)