Skip to content

Clarify difference between metadata.licenses and metadata.component.licenses #273

Description

@lfrancke

The JSON Schema currently has this snippet for metadata.licenses:

        "licenses": {
          "title": "BOM License(s)",
          "$ref": "#/definitions/licenseChoice"
        },

This gets rendered as:

image

The title is not shown making it unclear what the difference is between those two.

I suggest adding a description.

Similar for XML:

            <xs:element name="licenses" type="bom:licenseChoiceType" minOccurs="0" maxOccurs="1"/>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions