{ "$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-resources-monitor-settings-schema.json", "title": "v1alpha1OrphanedResourcesMonitorSettings", "description": "v1alpha1OrphanedResourcesMonitorSettings schema from Argo CD API", "type": "object", "properties": { "ignore": { "type": "array", "title": "Ignore contains a list of resources that are to be excluded from orphaned resources monitoring", "items": { "$ref": "#/definitions/v1alpha1OrphanedResourceKey" } }, "warn": { "type": "boolean", "title": "Warn indicates if warning condition should be created for apps which have orphaned resources" } } }