Property License
License
Gets or sets the license name or reference to a bundled license file.
Optional. Recommended to keep it short (e.g., MIT, Apache-2.0).
[JsonPropertyName("license")]
public string License { get; set; }
Gets or sets the license name or reference to a bundled license file.
Optional. Recommended to keep it short (e.g., MIT, Apache-2.0).
[JsonPropertyName("license")]
public string License { get; set; }