The license field is mandatory, and requires at least once license:
|
"licenses": { |
|
"title": "OSS component licenses", |
|
"description": "At least one license is required.", |
How can you then document the presence of a component which has no license declared (out of error, for example), in order to reach out to the component owner to declare a license?
The
licensefield is mandatory, and requires at least once license:json-schema/ctrlx-automation/ctrlx-core/apps/fossinfo/fossinfo.v1.schema.json
Lines 65 to 67 in b9beb23
How can you then document the presence of a component which has no license declared (out of error, for example), in order to reach out to the component owner to declare a license?