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