D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

PluginDescriptor Data Type

Subtypes
LifecycleManagerDescriptor
Properties
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" : "..."
}