license
¶Optional | Type: SPDX Expression
A SPDX license ID or SPDX Expression. You can check the full list of SPDX license IDs (see “Identifier” column).
Examples
A single license
"license": "Apache-2.0"
Multiple license using SPDX Expression
"license": "MIT AND (LGPL-2.1-or-later OR BSD-3-Clause)"