{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-sync-update-sync-limit-request-structure.json", "name": "sync.UpdateSyncLimitRequest", "description": "sync.UpdateSyncLimitRequest schema from Argo Workflows API", "type": "object", "properties": { "cmName": { "type": "string" }, "key": { "type": "string" }, "limit": { "type": "int32" }, "namespace": { "type": "string" }, "type": { "$ref": "#/definitions/sync.SyncConfigType" } } }