{ "$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-v1alpha1-orphaned-resource-key-schema.json", "title": "v1alpha1OrphanedResourceKey", "description": "v1alpha1OrphanedResourceKey schema from Argo CD API", "type": "object", "properties": { "group": { "type": "string" }, "kind": { "type": "string" }, "name": { "type": "string" } } }