LicenseLimitations
Details restrictions and limitations imposed by a specific license in the context of a GitHub repository.
View-Specific Information
Select
The 本製品 uses the GitHub API to process WHERE clause conditions that are built with the following column and operators:
- LicenseKey supports the '=,IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM [LicenseLimitations]
SELECT * FROM [LicenseLimitations] WHERE [LicenseKey] = 'Val1'
The 本製品 processes other filters client-side within the 本製品.
Columns
Name | Type | References | OrderBySupport | Description |
Key [KEY] | String | The machine-readable key that uniquely identifies the license limitation. | ||
LicenseKey [KEY] | String |
Licenses.Key | The SPDX (Software Package Data Exchange) ID of the license, typically represented in lowercase, which corresponds to a specific open-source license (for example, 'mit', 'apache-2.0'). | |
Description | String | A detailed description of the limitation associated with the license, outlining any restrictions or prohibited uses. | ||
Label | String | A human-readable label or title for the limitation, designed to be easily understood by users without technical or legal expertise. |