Skip to content

Commit 236449d

Browse files
Removing title from abstract models: organizationalEntity and organizationalContact. They cause issues with documentation generation.
Signed-off-by: Steve Springett <[email protected]>
1 parent a973a6b commit 236449d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

schema/bom-1.7.schema.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,6 @@
803803
},
804804
"organizationalEntity": {
805805
"type": "object",
806-
"title": "Organizational Entity",
807806
"additionalProperties": false,
808807
"properties": {
809808
"bom-ref": {
@@ -844,7 +843,6 @@
844843
},
845844
"organizationalContact": {
846845
"type": "object",
847-
"title": "Organizational Contact",
848846
"additionalProperties": false,
849847
"properties": {
850848
"bom-ref": {

0 commit comments

Comments
 (0)