| name | data type | description |
|---|---|---|
| label | string | |
| id | string | |
| type | string | |
| version | Semver | |
| description | string |
Example
{
"label" : "...",
"id" : "...",
"type" : "...",
"version" : {
"stable" : true,
"major" : 12345,
"value" : "...",
"originalValue" : "...",
"build" : "...",
"suffixTokens" : [ "...", "..." ],
"patch" : 12345,
"minor" : 12345,
"type" : "LOOSE"
},
"description" : "..."
}