{ "$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-gcs-artifact-repository-schema.json", "title": "io.argoproj.workflow.v1alpha1.GCSArtifactRepository", "description": "GCSArtifactRepository defines the controller configuration for a GCS artifact repository", "type": "object", "properties": { "bucket": { "description": "Bucket is the name of the bucket", "type": "string" }, "keyFormat": { "description": "KeyFormat defines the format of how to store keys and can reference workflow variables.", "type": "string" }, "serviceAccountKeySecret": { "description": "ServiceAccountKeySecret is the secret selector to the bucket's service account key", "$ref": "#/definitions/io.k8s.api.core.v1.SecretKeySelector" } } }