{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "apiVersion": { "type": "string" }, "dryRun": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "gracePeriodSeconds": { "format": "int64", "type": "integer" }, "ignoreStoreReadErrorWithClusterBreakingPotential": { "type": "boolean" }, "kind": { "type": "string" }, "orphanDependents": { "type": "boolean" }, "preconditions": { "additionalProperties": true, "type": "object" }, "propagationPolicy": { "type": "string" } }, "type": "object" }