Overrides an existing outline schema in the swarm system by updating it with the provided partial schema.
Ensures the operation runs in a clean context using beginContext to avoid interference from existing method or execution contexts.
Logs the operation if logging is enabled in the global configuration.
Parameters
outlineSchema: TOutlineSchema
The partial outline schema containing the outline name and optional schema properties to override.
Overrides an existing outline schema in the swarm system by updating it with the provided partial schema. Ensures the operation runs in a clean context using
beginContext
to avoid interference from existing method or execution contexts. Logs the operation if logging is enabled in the global configuration.