LicenseConditions
The conditions set by the license.
Table-Specific Information
Select
You must specify the LicenseKey when executing a SELECT query against this table.
- LicenseKey supports the following operator: =
SELECT * FROM LicenseConditions WHERE LicenseKey = 'mit'
Columns
| Name | Type | OrderBySupport | Description |
| Key [KEY] | String | The machine-readable condition key. | |
| LicenseKey | String | The lowercased SPDX ID of the license. | |
| Description | String | A description of the condition. | |
| Label | String | The human-readable condition label. |