Active distributed tasks by namespace.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DistributedTasks", "title": "DistributedTasks", "type": "object", "description": "Active distributed tasks by namespace.", "additionalProperties": { "type": "array", "items": { "$ref": "#/components/schemas/DistributedTask" } } }