Experimental
Schema
EffectiveFeatures
Type:
object
EffectiveFeatures is emitted only through the composition representation.
lifecycle
· required
Schema:
EffectiveCoreLifecycle
lifecycle is required even when no optional feature is selected.
All schema constraints and annotations
{
"$ref": "#/components/schemas/EffectiveCoreLifecycle",
"description": "lifecycle is required even when no optional feature is selected."
}managedVolumes
Schema:
EffectiveManagedVolumes
managed_volumes records stable volume identities and concrete attachment modes.
All schema constraints and annotations
{
"$ref": "#/components/schemas/EffectiveManagedVolumes",
"description": "managed_volumes records stable volume identities and concrete attachment modes."
}outputRetention
· required
Schema:
OutputRetention
output_retention is the persisted per-process reconnect guarantee.
All schema constraints and annotations
{
"$ref": "#/components/schemas/OutputRetention",
"description": "output_retention is the persisted per-process reconnect guarantee."
}timeouts
Schema:
EffectiveTimeouts
timeouts records frozen defaults and the currently armed deadline, if any.
All schema constraints and annotations
{
"$ref": "#/components/schemas/EffectiveTimeouts",
"description": "timeouts records frozen defaults and the currently armed deadline, if any."
}All schema constraints and annotations
{
"description": "EffectiveFeatures is emitted only through the composition representation.",
"properties": {
"lifecycle": {
"$ref": "#/components/schemas/EffectiveCoreLifecycle",
"description": "lifecycle is required even when no optional feature is selected."
},
"managedVolumes": {
"$ref": "#/components/schemas/EffectiveManagedVolumes",
"description": "managed_volumes records stable volume identities and concrete attachment modes."
},
"outputRetention": {
"$ref": "#/components/schemas/OutputRetention",
"description": "output_retention is the persisted per-process reconnect guarantee."
},
"timeouts": {
"$ref": "#/components/schemas/EffectiveTimeouts",
"description": "timeouts records frozen defaults and the currently armed deadline, if any."
}
},
"required": [
"lifecycle",
"outputRetention"
],
"title": "EffectiveFeatures",
"type": "object"
}