Dependency

Find more information here.

distributionName: String
version: String
{
  "distributionName" : "String",
  "version" : "String"
}

distributionName

Type: String

A name of a distribution the current distribution is dependent on.

Required: Yes

version

Type: String

The version of the dependency. Specified using the same rules as NPM.

This can be used to make sure that all dependencies have the correct versions.

Required: No