Argo · JSON Structure

Argo Workflows Info Response Structure

InfoResponse schema from Argo API

Type: object Properties: 2
CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

InfoResponse is a JSON Structure definition published by Argo, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

managedNamespace links

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo/refs/heads/main/json-structure/argo-workflows-info-response-structure.json",
  "name": "InfoResponse",
  "description": "InfoResponse schema from Argo API",
  "type": "object",
  "properties": {
    "managedNamespace": {
      "type": "string",
      "description": "The namespace managed by this Argo server"
    },
    "links": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "scope": {
            "type": "string"
          },
          "url": {
            "type": "string"
          }
        }
      }
    }
  }
}