Argo Workflows · Schema

sync.SyncLimitResponse

sync.SyncLimitResponse schema from Argo Workflows API

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
cmName string
key string
limit integer
namespace string
type object
View JSON Schema on GitHub

JSON Schema

argo-workflows-sync-sync-limit-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-schema/argo-workflows-sync-sync-limit-response-schema.json",
  "title": "sync.SyncLimitResponse",
  "description": "sync.SyncLimitResponse schema from Argo Workflows API",
  "type": "object",
  "properties": {
    "cmName": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "limit": {
      "type": "integer"
    },
    "namespace": {
      "type": "string"
    },
    "type": {
      "$ref": "#/definitions/sync.SyncConfigType"
    }
  }
}