A listing by license name of each of the licenses and their counts.
LicensesSummary
Per license count
JSON representation
{"license": string,"count": string}
Fields
license
string
The license of the package. Note that the format of this value is not guaranteed. It may be nil, an empty string, a boolean value (A | B), a differently formed boolean value (A OR B), etc...
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-02 UTC."],[[["The provided JSON schema describes a summary of licenses found within a specific resource, identified by a unique URL."],["Each resource summary contains a list of licenses, detailing the license name and the count of its occurrences within the resource."],["The `resourceUrl` field is a string representing the unique URL of the resource being summarized, like an image or container."],["The `LicensesSummary` includes an array of objects, each containing a `license` string (which may vary in format) and a `count` string representing the number of packages sharing this license."],["The `count` field signifies the number of vulnerabilities associated with the resource for each license."]]],[]]