| addons |
array of addons |
– |
List of required addons. |
| addons.id |
string |
+ |
Id of required module/addon. |
| addons.version |
string |
+ |
Version of required module/addon. Only MAJOR/MINOR semver components are expected here, not full addon version. |
| plugins |
array of plugins |
– |
List of required plugins. |
| plugins.id |
string |
+ |
Id of required plugin. |
| plugins.version |
string |
+ |
Version of required plugin. Only MAJOR/MINOR semver components are expected here, not full plugin version. |