Skip to content

Commit 11d71cb

Browse files
Added missing titles
Signed-off-by: Steve Springett <[email protected]>
1 parent 26aac26 commit 11d71cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema/bom-1.7.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@
517517
},
518518
"patents": {
519519
"type": "array",
520+
"title": "Patents",
520521
"description": "The list of either individual patents or patent families.",
521522
"items": {
522523
"anyOf": [
@@ -6480,9 +6481,11 @@
64806481
"items": {
64816482
"oneOf": [
64826483
{
6484+
"title": "Person",
64836485
"$ref": "#/definitions/organizationalContact"
64846486
},
64856487
{
6488+
"title": "Organizational Entity",
64866489
"$ref": "#/definitions/organizationalEntity"
64876490
}
64886491
]

0 commit comments

Comments
 (0)