{ "$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-app-health-status-structure.json", "name": "v1alpha1AppHealthStatus", "description": "v1alpha1AppHealthStatus schema from Argo CD API", "type": "object", "properties": { "lastTransitionTime": { "$ref": "#/definitions/v1Time" }, "message": { "description": "Deprecated: this field is not used and will be removed in a future release.", "type": "string", "name": "Message is a human-readable informational message describing the health status" }, "status": { "type": "string", "name": "Status holds the status code of the application" } } }