Enables Argo Smart Routing.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/argo-config_value", "title": "argo-config_value", "description": "Enables Argo Smart Routing.", "enum": [ "on", "off" ], "example": "on", "type": "string" }