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