argo-config_patch

Update enablement of Argo Smart Routing

APIs.ioEngineeringPlatform

Properties

Name Type Description
value object
View JSON Schema on GitHub

JSON Schema

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