Argo CD · JSON Structure

Argo Cd V1Alpha1 Revision Reference Structure

RevisionReference contains a reference to a some information that is related in some way to another commit. For now, it supports only references to a commit. In the future, it may support other types of references.

Type: object Properties: 1
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

v1alpha1RevisionReference is a JSON Structure definition published by Argo CD, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

commit

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-v1alpha1-revision-reference-structure.json",
  "name": "v1alpha1RevisionReference",
  "description": "RevisionReference contains a reference to a some information that is related in some way to another commit. For now,\nit supports only references to a commit. In the future, it may support other types of references.",
  "type": "object",
  "properties": {
    "commit": {
      "$ref": "#/definitions/v1alpha1CommitMetadata"
    }
  }
}