{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-application-resource-action-run-request-v2-structure.json", "name": "applicationResourceActionRunRequestV2", "description": "applicationResourceActionRunRequestV2 schema from Argo CD API", "type": "object", "properties": { "action": { "type": "string" }, "appNamespace": { "type": "string" }, "group": { "type": "string" }, "kind": { "type": "string" }, "name": { "type": "string" }, "namespace": { "type": "string" }, "project": { "type": "string" }, "resourceActionParameters": { "type": "array", "items": { "$ref": "#/definitions/applicationResourceActionParameters" } }, "resourceName": { "type": "string" }, "version": { "type": "string" } } }