{ "$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-io-argoproj-workflow-v1alpha1-tar-strategy-schema.json", "title": "io.argoproj.workflow.v1alpha1.TarStrategy", "description": "TarStrategy will tar and gzip the file or directory when saving", "type": "object", "properties": { "compressionLevel": { "description": "CompressionLevel specifies the gzip compression level to use for the artifact. Defaults to gzip.DefaultCompression.", "type": "integer" } } }