Licenses
Lists known open source licenses in GitHub.
View-Specific Information
Select
The provider uses the GitHub API to process WHERE clause conditions built with the below columns and operators. The provider processes other filters client-side within the provider.
- Key supports the '=' comparison operator.
SELECT * FROM [Information].[Licenses] WHERE [Information].[Licenses].[Key] = 'EXAMPLE'
Columns
| Name | Type | References | OrderBySupport | Description |
| Id [KEY] | String | The ID of the license. | ||
| Key | String | The lowercased SPDX ID of the license. | ||
| SpdxId | String | Short identifier specified by https://spdx.org/licenses. | ||
| Name | String | The license full name specified by https://spdx.org/licenses. | ||
| Nickname | String | Customary short name if applicable (e.g, GPLv3). | ||
| Body | String | The full text of the license. | ||
| Description | String | A human-readable description of the license. | ||
| Featured | Bool | Whether the license should be featured. | ||
| Implementation | String | Instructions on how to implement the license. | ||
| Url | String | URL to the license on https://choosealicense.com. | ||
| PseudoLicense | Bool | Whether the license is a pseudo-license placeholder (e.g., other, no-license). | ||
| Hidden | Bool | Whether the license should be displayed in license pickers. |