Queries
license
Look up an open source license by its key.
유형: License
license 의 인수
| 이름 | 설명 |
|---|---|
| The license's downcased SPDX ID. |
licenses
Return a list of known open source licenses.
유형: [License]!
Objects
License
A repository's open source license.
License 구현
License에 대한 필드
| 이름 | 설명 |
|---|---|
| The full text of the license. |
| The conditions set by the license. |
| A human-readable description of the license. |
| Whether the license should be featured. |
| Whether the license should be displayed in license pickers. |
| The Node ID of the License object. |
| Instructions on how to implement the license. |
| The lowercased SPDX ID of the license. |
| The limitations set by the license. |
| The license full name specified by https://spdx.org/licenses. |
| Customary short name if applicable (e.g, GPLv3). |
| The permissions set by the license. |
| Whether the license is a pseudo-license placeholder (e.g., other, no-license). |
| Short identifier specified by https://spdx.org/licenses. |
| URL to the license on https://choosealicense.com. |
LicenseRule
Describes a License's conditions, permissions, and limitations.
LicenseRule에 대한 필드
| 이름 | 설명 |
|---|---|
| A description of the rule. |
| The machine-readable rule key. |
| The human-readable rule label. |