-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
The majority of fields under metadata
refer to the BOM itself.
However, metadata.manufacture
technically refers to metadata.component
:
specification/schema/bom-1.5.schema.json
Lines 263 to 267 in 299209a
"manufacture": { | |
"title": "Manufacture", | |
"description": "The organization that manufactured the component that the BOM describes.", | |
"$ref": "#/definitions/organizationalEntity" | |
}, |
This can cause confusion because, as mentioned, everything else refers to the BOM, not metadata.component
.
Should manufacture
be a property of component
instead, to make the association more clear?
Metadata
Metadata
Assignees
Labels
No labels