{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-io-argoproj-workflow-v1alpha1-label-values-structure.json", "name": "io.argoproj.workflow.v1alpha1.LabelValues", "description": "LabelValues is a list of workflow labels.", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "string" } } } }