Update enablement of Argo Smart Routing
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/argo-config_patch", "title": "argo-config_patch", "description": "Update enablement of Argo Smart Routing", "properties": { "value": { "$ref": "#/components/schemas/argo-config_value" } }, "required": [ "value" ], "type": "object" }