{ "$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-successful-hydrate-operation-structure.json", "name": "v1alpha1SuccessfulHydrateOperation", "description": "v1alpha1SuccessfulHydrateOperation schema from Argo CD API", "type": "object", "properties": { "drySHA": { "type": "string", "name": "DrySHA holds the resolved revision (sha) of the dry source as of the most recent reconciliation" }, "hydratedSHA": { "type": "string", "name": "HydratedSHA holds the resolved revision (sha) of the hydrated source as of the most recent reconciliation" }, "sourceHydrator": { "$ref": "#/definitions/v1alpha1SourceHydrator" } } }