{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-schema/argo-cd-application-resource-action-run-request-v2-schema.json", "title": "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" } } }