InlineAddonBundle0
InlineAddonBundle0
JSON Example
{
"id": "string",
"bundle_version": "string",
"bundle_type": "string",
"description": "string",
"required": false
}
string
id
Required
Unique identifier for this add-on bundle.
string
bundle_version
Required
Version string for this add-on component. May differ from the parent bundle version for independently versioned components.
bundle_type
Required
Type of a bundle, identifying its purpose and content type.
Enumeration:
LICENSE_HUB,
LICENSE_HUB_PATCH
string
description
Required
Description explaining what this add-on provides.
boolean
required
Required
If true, this add-on must be included during deployment for the parent bundle to function correctly. Optional add-ons can be excluded if not needed.