{ "$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-oss-lifecycle-rule-schema.json", "title": "io.argoproj.workflow.v1alpha1.OSSLifecycleRule", "description": "OSSLifecycleRule specifies how to manage bucket's lifecycle", "type": "object", "properties": { "markDeletionAfterDays": { "description": "MarkDeletionAfterDays is the number of days before we delete objects in the bucket", "type": "integer" }, "markInfrequentAccessAfterDays": { "description": "MarkInfrequentAccessAfterDays is the number of days before we convert the objects in the bucket to Infrequent Access (IA) storage type", "type": "integer" } } }