argo-config_value

Enables Argo Smart Routing.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-argo-config-value-schema.json Raw ↑
{
  "$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"
}