{ "$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-cluster-resource-restriction-item-schema.json", "title": "v1alpha1ClusterResourceRestrictionItem", "description": "v1alpha1ClusterResourceRestrictionItem schema from Argo CD API", "type": "object", "properties": { "group": { "type": "string" }, "kind": { "type": "string" }, "name": { "description": "Name is the name of the restricted resource. Glob patterns using Go's filepath.Match syntax are supported.\nUnlike the group and kind fields, if no name is specified, all resources of the specified group/kind are matched.", "type": "string" } } }