Argo CD · JSON Structure

Argo Cd V1Alpha1 Application Condition Structure

v1alpha1ApplicationCondition schema from Argo CD API

Type: object Properties: 3
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

lastTransitionTime message type

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-application-condition-structure.json",
  "name": "v1alpha1ApplicationCondition",
  "description": "v1alpha1ApplicationCondition schema from Argo CD API",
  "type": "object",
  "properties": {
    "lastTransitionTime": {
      "$ref": "#/definitions/v1Time"
    },
    "message": {
      "type": "string",
      "name": "Message contains human-readable message indicating details about condition"
    },
    "type": {
      "type": "string",
      "name": "Type is an application condition type"
    }
  }
}