Norio Kobota
Norio Kobota
## Suggested new material 以下の観点で打合せ資料のドラフトを作成しますので、コメントいただけると助かります。 - Determine how to describe required field restrictions for the SPDX-Lite fields for the lite profile. [Pull request](https://github.com/spdx/spdx-3-model/pull/350) - Determine how to document “these are...
We implemented three samples that show how to use Lite Profile. We would appriciate your review.
I think SPDX Lite is well explained in [model](https://github.com/spdx/spdx-3-model/pull/843) and [annex](https://github.com/spdx/spdx-spec/pull/1061), so [serialization/lite.md](https://github.com/spdx/spdx-3-model/blob/main/serialization/lite.md) should be deleted.
Changed the PR to support/3.0 branch based on comments from https://github.com/spdx/spdx-3-model/pull/898. Thanks, @bact .
"PACKAGE-MANAGER" string used in External Reference field is converted from JSON format to XML/YAML format, and '-' is converted to '_'. https://spdx.github.io/spdx-spec/v2.3/package-information/#721-external-reference-field
Both the package name and the package download location are defined as required fields. However, when an empty string is provided for the package name, no error is detected, while...
SPDX v2.2 or later, Some fields have restricted input values. Do I need to check these restricted strings in these fields in another way? I would appreciate it if you...